From 58d68e117e877fcdc1f7daab194c9d93b4d99cab Mon Sep 17 00:00:00 2001 From: Brandon Ferrua Date: Thu, 22 Feb 2018 14:11:00 -0800 Subject: [PATCH] fix(global-header): Update token ref to use new warm/cool tokens (#3086) --- ui/components/global-header/global-actions/_index.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/components/global-header/global-actions/_index.scss b/ui/components/global-header/global-actions/_index.scss index 3d88f68042..611011c218 100644 --- a/ui/components/global-header/global-actions/_index.scss +++ b/ui/components/global-header/global-actions/_index.scss @@ -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 { @@ -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;