File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,14 @@ governing permissions and limitations under the License.
176
176
);
177
177
}
178
178
}
179
+
180
+ & : hover : not (: disabled ),
181
+ & : active : not (: disabled ),
182
+ & : focus-visible : not (: disabled ) {
183
+ @media (forced-colors : active) {
184
+ --highcontrast-infield-button-border-color : Highlight;
185
+ }
186
+ }
179
187
}
180
188
181
189
.spectrum-InfieldButton {
@@ -216,8 +224,9 @@ governing permissions and limitations under the License.
216
224
);
217
225
border-style : solid;
218
226
border-color : var (
219
- --mod-infield-button-border-color ,
220
- var (--spectrum-infield-button-border-color )
227
+ --highcontrast-infield-button-border-color ,
228
+ var (--mod-infield-button-border-color ,
229
+ var (--spectrum-infield-button-border-color ))
221
230
);
222
231
border-end-end-radius : var (
223
232
--mod-infield-button-border-radius ,
@@ -408,8 +417,6 @@ governing permissions and limitations under the License.
408
417
}
409
418
}
410
419
411
-
412
-
413
420
.spectrum-InfieldButton-icon {
414
421
display : initial;
415
422
You can’t perform that action at this time.
0 commit comments