diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index 9b80967..2f719c2 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -98,7 +98,7 @@ header {
}
.nav-link.active {
- background: #61717D;
+ background: #1d2f3d;
}
}
@@ -444,4 +444,4 @@ header {
padding: 0rem 0rem 0rem 0rem;
}
-}
\ No newline at end of file
+}
diff --git a/client/src/app/editor/editor.component.html b/client/src/app/editor/editor.component.html
index c5c01c3..10d8601 100644
--- a/client/src/app/editor/editor.component.html
+++ b/client/src/app/editor/editor.component.html
@@ -200,6 +200,7 @@
clrTooltipTrigger
(click)="datasetInfo = true"
shape="info-circle"
+ aria-label="View dataset meta info"
class="is-highlight cursor-pointer"
size="24"
>
diff --git a/client/src/app/editor/editor.component.scss b/client/src/app/editor/editor.component.scss
index b262003..96435ab 100644
--- a/client/src/app/editor/editor.component.scss
+++ b/client/src/app/editor/editor.component.scss
@@ -225,6 +225,7 @@ hot-table {
.view-table {
font-size: inherit !important;
+ color: #1a57bb !important;
}
// When width is smaller remove the text from the buttons
@@ -243,4 +244,4 @@ hot-table {
// we will remove it if no issues found
// .filter-modal {
// z-index: 1210;
-// }
\ No newline at end of file
+// }
diff --git a/client/src/app/home/home.component.html b/client/src/app/home/home.component.html
index 3a48c15..7faefaf 100644
--- a/client/src/app/home/home.component.html
+++ b/client/src/app/home/home.component.html
@@ -123,7 +123,7 @@
-

+
0"
class="text-center color-gray mt-10"
diff --git a/client/src/app/multi-dataset/multi-dataset.component.html b/client/src/app/multi-dataset/multi-dataset.component.html
index 9cf47c3..3b324b6 100644
--- a/client/src/app/multi-dataset/multi-dataset.component.html
+++ b/client/src/app/multi-dataset/multi-dataset.component.html
@@ -127,7 +127,7 @@
class="no-table-selected pointer-events-none"
>
diff --git a/client/src/app/review/approve/approve.component.html b/client/src/app/review/approve/approve.component.html
index 9ff7f0f..a5da0c9 100644
--- a/client/src/app/review/approve/approve.component.html
+++ b/client/src/app/review/approve/approve.component.html
@@ -89,6 +89,7 @@