Remove focus-visible polyfill (#11677)
* Remove focus-visible polyfill Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update snapshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8e4de798a5
commit
e0f4b26512
@@ -35,7 +35,7 @@ limitations under the License.
|
||||
--active-color: $slider-background-color;
|
||||
}
|
||||
|
||||
&:focus:not(.focus-visible) {
|
||||
&:focus:not(:focus-visible) {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ limitations under the License.
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&.focus-visible {
|
||||
&:focus-visible {
|
||||
& + label .mx_Checkbox_background {
|
||||
@mixin unreal-focus;
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ limitations under the License.
|
||||
}
|
||||
}
|
||||
|
||||
&.focus-visible {
|
||||
&:focus-visible {
|
||||
& + div {
|
||||
@mixin unreal-focus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user