Skip to content

Commit

Permalink
last styling for #3337
Browse files Browse the repository at this point in the history
  • Loading branch information
sschiessl-bcp committed Feb 16, 2021
1 parent 15cdc07 commit 47ac8c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charting_library/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ $icon-light-color-active: $primary-text-color-active !default;
--tv-color-pane-background-secondary: #{$primary-background-active};
--tv-color-toolbar-button-background-hover: #{$primary-btn-background-active};
--tv-color-toolbar-button-background-secondary-hover: #{$primary-btn-background-active};
--tv-color-toolbar-button-background-expanded: #{$primary-btn-background};
--tv-color-toolbar-button-background-expanded: #{$primary-background};
--tv-color-toolbar-button-text: #{$primary-btn-color};
--tv-color-toolbar-button-text-hover: #{$primary-btn-color};
--tv-color-toolbar-button-text-active: #{$primary-btn-color};
--tv-color-toolbar-button-text-active-hover: #{$primary-btn-color};
--tv-color-item-active-text: #{$primary-btn-color};
--tv-color-toolbar-toggle-button-background-active: #{$primary-btn-background-active};
--tv-color-toolbar-toggle-button-background-active-hover: #{$primary-btn-background-active};
--tv-color-toolbar-toggle-button-background-active: #{$primary-background};
--tv-color-toolbar-toggle-button-background-active-hover: #{$primary-background-active};
}

.layout__area--top {
// header buttons
.apply-common-tooltip {
cursor: pointer;

background-color: $primary-btn-background;
background-color: $primary-background;
color: $primary-btn-color !important;

&:hover {
Expand Down

0 comments on commit 47ac8c4

Please sign in to comment.