File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
projects/igniteui-angular/src/lib/core/styles/components/checkbox Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 232232 @extend %igx-checkbox--indeterminate-fluent !optional ;
233233 }
234234
235- @include mx (material, indeterminate) {
236- @extend %igx-checkbox--indeterminate-material !optional ;
237- }
238-
239235 @include mx (invalid, indeterminate) {
240236 @extend %igx-checkbox--indeterminate--invalid !optional ;
241237
246242 }
247243 }
248244
245+ @include mx (material, disabled , indeterminate) {
246+ @extend %igx-checkbox--disabled-indeterminate-material !optional ;
247+ }
248+
249+ @include mx (fluent, disabled , indeterminate) {
250+ @extend %igx-checkbox--disabled-indeterminate-fluent !optional ;
251+ }
252+
249253 @include mx (indigo , focused, indeterminate) {
250254 @extend %igx-checkbox--focused-checked-indigo !optional ;
251255 }
Original file line number Diff line number Diff line change 377377 z-index : 1 ;
378378 }
379379 }
380+ }
381+
382+ %igx-checkbox--disabled-indeterminate-fluent {
383+ %cbx-composite-mark {
384+ stroke : transparent ;
385+ }
380386
381387 %cbx-composite--x--disabled {
382388 background : transparent ;
387393 }
388394 }
389395
390- %igx-checkbox--indeterminate-material {
396+ %igx-checkbox--disabled- indeterminate-material {
391397 %cbx-composite--x--disabled {
392398 border-color : var-get ($theme , ' disabled-indeterminate-color' );
393399 background : var-get ($theme , ' disabled-indeterminate-color' );
You can’t perform that action at this time.
0 commit comments