Skip to content

Commit

Permalink
fix(global-header): Update token ref to use new warm/cool tokens (#3086)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonferrua authored Feb 22, 2018
1 parent cbd07e9 commit 58d68e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui/components/global-header/global-actions/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@
}

&.slds-is-selected {
background-color: $brand-header-contrast;
border-color: $brand-header-contrast;
background-color: $brand-header-contrast-cool;
border-color: $brand-header-contrast-cool;

&:hover,
&:focus {
background-color: $brand-header-contrast-active;
border-color: $brand-header-contrast-active;
background-color: $brand-header-contrast-cool-active;
border-color: $brand-header-contrast-cool-active;
}

.slds-button__icon {
Expand Down Expand Up @@ -219,7 +219,7 @@
position: absolute;
top: rem(4px * -1);
right: rem(4px * -1);
background: $brand-header-contrast;
background: $brand-header-contrast-warm;
color: #fff;
border-radius: $border-radius-pill;
min-width: 1rem;
Expand Down

0 comments on commit 58d68e1

Please sign in to comment.