File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -95,19 +95,19 @@ props:
95
95
value : " #ffffff"
96
96
comment : " Background color a branded app header"
97
97
BRAND_HEADER_ICON :
98
- value : " #a6a6a6 "
98
+ value : " #919191 "
99
99
comment : " Icons of BRAND_HEADER that is accessible with BRAND_HEADER"
100
100
BRAND_HEADER_ICON_ACTIVE :
101
- value : " #969696 "
101
+ value : " #818181 "
102
102
comment : " Active / Hover state of BRAND_HEADER_ICON"
103
103
BRAND_HEADER_ICON_DISABLED :
104
- value : " rgba(166,166,166 ,0.25)"
104
+ value : " rgba(145,145,145 ,0.25)"
105
105
comment : " Disabled state of BRAND_HEADER_ICON"
106
106
BRAND_HEADER_CONTRAST :
107
- value : " #6a6a6a "
107
+ value : " #ff000 "
108
108
comment : " Variant of BRAND_HEADER that is accessible with BRAND_HEADER"
109
109
BRAND_HEADER_CONTRAST_ACTIVE :
110
- value : " #5c5c5c "
110
+ value : " #505050 "
111
111
comment : " Active / Hover state of BRAND_HEADER_CONTRAST"
112
112
BRAND_HEADER_CONTRAST_INVERSE :
113
113
value : " #ffffff"
@@ -119,13 +119,13 @@ props:
119
119
value : " #0B6493"
120
120
comment : " Variant of BRAND_HEADER_CONTRAST that provides a cool color"
121
121
BRAND_HEADER_CONTRAST_COOL_ACTIVE :
122
- value : " #0A547B "
122
+ value : " #005583 "
123
123
comment : " Active / Hover state of BRAND_HEADER_CONTRAST_COOL"
124
124
BRAND_HEADER_CONTRAST_WARM :
125
125
value : " #BF0201"
126
126
comment : " Variant of BRAND_HEADER_CONTRAST that provides a warm color"
127
127
BRAND_HEADER_CONTRAST_WARM_ACTIVE :
128
- value : " #920A0A "
128
+ value : " #ac0000 "
129
129
comment : " Active / Hover state of BRAND_HEADER_CONTRAST_WARM"
130
130
BRAND_TEXT_LINK :
131
131
value : " #006DCC"
Original file line number Diff line number Diff line change 20
20
// Position for when assistive text becomes into focus
21
21
.slds-assistive-text_focus ,
22
22
.slds-assistive-text--focus {
23
- background : $brand-header ;
24
23
top : 0 ;
24
+ color : $brand-header-contrast ;
25
+ background : $brand-header ;
25
26
}
26
27
}
27
28
You can’t perform that action at this time.
0 commit comments