File tree 1 file changed +12
-9
lines changed
src/material-experimental/mdc-checkbox 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 112
112
113
113
@mixin density ($config-or-theme ) {
114
114
$density-scale : theming .get-density-config ($config-or-theme );
115
- .mat-mdc-checkbox .mdc-checkbox {
116
- @include mdc-checkbox-theme .density (
117
- $density-scale ,
118
- $query : mdc-helpers .$mat-base-styles-query
119
- );
120
- }
121
115
122
- @if ($density-scale == -2 or $density-scale == ' minimum' ) {
123
- .mat-mdc-checkbox-touch-target {
124
- display : none ;
116
+ @include mdc-helpers .disable-fallback-declarations {
117
+ .mat-mdc-checkbox .mdc-checkbox {
118
+ @include mdc-checkbox-theme .density (
119
+ $density-scale ,
120
+ $query : mdc-helpers .$mat-base-styles-query
121
+ );
122
+ }
123
+
124
+ @if ($density-scale == -2 or $density-scale == ' minimum' ) {
125
+ .mat-mdc-checkbox-touch-target {
126
+ display : none ;
127
+ }
125
128
}
126
129
}
127
130
}
You can’t perform that action at this time.
0 commit comments