File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
packages/components/src/components/checkbox Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 153153 // Indeterminate
154154 .#{$prefix } --checkbox :indeterminate:focus + .#{$prefix } --checkbox-label ::before ,
155155 .#{$prefix } --checkbox-label [data-contained-checkbox-state = ' mixed' ].#{$prefix } --checkbox-label__focus ::before {
156- // Must use box-shadow for appearance of multiple borders with rounded corners.
157- box-shadow : 0 0 0 2px $inverse-01 , 0 0 0 4px $focus ;
158-
159- // Windows, Firefox HCM Fix
160- @media screen and (-ms-high-contrast : active ),
161- screen and (prefers-contrast ) {
162- // `highlightText` is a CSS2 system color to help improve colors in HCM
163- outline : 1px solid highlightText ;
164- outline-offset : 2px ;
165- }
156+ outline : 2px solid $focus ;
157+ outline-offset : 1px ;
166158 }
167159
168160 // ----------------------------------------------
You can’t perform that action at this time.
0 commit comments