diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 828eebf..b4ae637 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html @@ -139,10 +139,11 @@ [routerLink]="['/']" class="nav-link" > - + datacontroller logo without text datacontroller logo @@ -283,7 +284,7 @@
- +
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 @@
- + select table icon

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 @@

@@ -119,6 +119,7 @@ {{ historyItem.reviewed }} @@ -113,7 +113,7 @@ class="d-flex justify-content-center sub-dropdown" > - diff --git a/client/src/app/shared/sidebar/sidebar.component.scss b/client/src/app/shared/sidebar/sidebar.component.scss index 822f421..99717bd 100644 --- a/client/src/app/shared/sidebar/sidebar.component.scss +++ b/client/src/app/shared/sidebar/sidebar.component.scss @@ -79,4 +79,4 @@ clr-vertical-nav { bottom: 0; top: 0; } -} \ No newline at end of file +} diff --git a/client/src/app/shared/user-nav-dropdown/header-actions.component.html b/client/src/app/shared/user-nav-dropdown/header-actions.component.html index ade952b..abfa03f 100644 --- a/client/src/app/shared/user-nav-dropdown/header-actions.component.html +++ b/client/src/app/shared/user-nav-dropdown/header-actions.component.html @@ -26,7 +26,7 @@