File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -337,13 +337,14 @@ governing permissions and limitations under the License.
337
337
margin-inline-start : 0 ;
338
338
margin-block-start : 0 ;
339
339
border-radius : 0 ;
340
- border-color : var (--highcontrast-textfield-focus-indicator-color , var (--mod-textfield-focus-indicator-color , var (--spectrum-textfield-focus-indicator-color )));
341
340
}
342
- }
343
341
344
- & --quiet .is-keyboardFocused {
345
- & ::after {
346
- border-width : 0 0 var (--mod-textfield-focus-indicator-width , var (--spectrum-textfield-focus-indicator-width )) 0 ;
342
+ & .is-keyboardFocused ,
343
+ & : focus-within {
344
+ & ::after {
345
+ border-width : 0 0 var (--mod-textfield-focus-indicator-width , var (--spectrum-textfield-focus-indicator-width )) 0 ;
346
+ border-color : var (--highcontrast-textfield-focus-indicator-color , var (--mod-textfield-focus-indicator-color , var (--spectrum-textfield-focus-indicator-color )));
347
+ }
347
348
}
348
349
}
349
350
You can’t perform that action at this time.
0 commit comments