We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1597b08 commit bd52ce0Copy full SHA for bd52ce0
src/material/checkbox/checkbox.scss
@@ -293,7 +293,7 @@ $_mat-checkbox-mark-stroke-size: 2 / 15 * $mat-checkbox-size !default;
293
// We do this here, rather than having a `:not(.mat-checkbox-disabled)`
294
// above in the `:hover`, because the `:not` will bump the specificity
295
// a lot and will cause it to overide the focus styles.
296
- &, .mat-checkbox.mat-disabled .mat-checkbox-inner-container:hover & {
+ &, .mat-checkbox.mat-checkbox-disabled .mat-checkbox-inner-container:hover & {
297
opacity: 0;
298
}
299
0 commit comments