Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 9525aec

Browse files
authored
fix(checkbox): Remove unnecessary :enabled (#1944)
1 parent 6fb2afa commit 9525aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mdc-checkbox/mdc-checkbox.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
@include mdc-checkbox--anim_;
7575
}
7676

77-
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
78-
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
77+
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
78+
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
7979
@include mdc-checkbox__background--marked_;
8080
}
8181

0 commit comments

Comments
 (0)