Skip to content

Commit

Permalink
fix(checkbox): Remove unnecessary :enabled (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmercier committed Jan 16, 2018
1 parent 6fb2afa commit 9525aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-checkbox/mdc-checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
@include mdc-checkbox--anim_;
}

.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
@include mdc-checkbox__background--marked_;
}

Expand Down

0 comments on commit 9525aec

Please sign in to comment.