File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed
packages/components/src/components Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 205
205
transform : rotate (90deg );
206
206
transition : transform $duration--moderate-01 motion (standard , productive );
207
207
fill : $ui-05 ;
208
+
209
+ // Windows HCM fix
210
+ @media screen and (-ms-high-contrast : active ) {
211
+ // `ButtonText` is a CSS2 system color to help improve colors in HCM
212
+ fill : ButtonText ;
213
+ }
208
214
}
209
215
210
216
// fix expanded parent separating border length
Original file line number Diff line number Diff line change 150
150
fill : $ui-05 ;
151
151
}
152
152
153
+ // Windows HCM fix
154
+ .#{$prefix } --table-sort__icon ,
155
+ .#{$prefix } --table-sort__icon-unsorted {
156
+ @media screen and (-ms-high-contrast : active ) {
157
+ // `ButtonText` is a CSS2 system color to help improve colors in HCM
158
+ fill : ButtonText ;
159
+ }
160
+ }
161
+
153
162
// ----------------------------------------------------------------------------
154
163
// Compact, Short, Tall Sortable
155
164
// ----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 74
74
width : rem (16px );
75
75
height : rem (16px );
76
76
fill : $icon-01 ;
77
+
78
+ // Windows HCM fix
79
+ @media screen and (-ms-high-contrast : active ) {
80
+ // `ButtonText` is a CSS2 system color to help improve colors in HCM
81
+ fill : ButtonText ;
82
+ }
77
83
}
78
84
79
85
.#{$prefix } --overflow-menu-options {
Original file line number Diff line number Diff line change 119
119
transform : translateY (-50% );
120
120
pointer-events : none ;
121
121
fill : $icon-02 ;
122
+
123
+ // Windows HCM fix
124
+ @media screen and (-ms-high-contrast : active ) {
125
+ // `ButtonText` is a CSS2 system color to help improve colors in HCM
126
+ fill : ButtonText ;
127
+ }
122
128
}
123
129
124
130
.#{$prefix } --search-close {
You can’t perform that action at this time.
0 commit comments