File tree 2 files changed +14
-1
lines changed
packages/components/src/components
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,13 @@ scale-checkbox.indeterminate [part='checkbox'] {
147
147
border : none;
148
148
color : var (--color-icon-checked-active );
149
149
}
150
+
151
+ @media screen and (forced-colors : active), (-ms-high-contrast : active) {
152
+ scale-checkbox .indeterminate [part = 'checkbox' ] {
153
+ border : 1px solid;
154
+ }
155
+ }
156
+
150
157
scale-checkbox .indeterminate [part = 'icon' ] {
151
158
color : var (--color-icon-checked-active );
152
159
}
@@ -256,6 +263,12 @@ scale-checkbox.error [part='checkbox'] {
256
263
border : none;
257
264
}
258
265
266
+ @media screen and (forced-colors : active), (-ms-high-contrast : active) {
267
+ scale-checkbox .error [part = 'checkbox' ] {
268
+ border : 1px solid;
269
+ }
270
+ }
271
+
259
272
scale-checkbox .error
260
273
[part = 'input' ]: focus
261
274
~ [part = 'container' ]
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ scale-switch scale-icon-action-success {
307
307
.switch__toggle {
308
308
border : 1px solid;
309
309
}
310
- scale-icon-action-checkmark {
310
+ scale-switch scale- icon-action-checkmark {
311
311
visibility : hidden !important ;
312
312
}
313
313
}
You can’t perform that action at this time.
0 commit comments