File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
projects/igniteui-angular/src/lib/core/styles/components/checkbox Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 269269 }
270270
271271 @include mx (indigo , disabled , indeterminate) {
272- @extend %igx-checkbox--disabled-indeterminate-indigo !optional ;
272+ @include e (composite) {
273+ @extend %igx-checkbox--disabled-indeterminate-indigo !optional ;
274+ }
273275 }
274276
275277 @include mx (indigo , focused, indeterminate) {
Original file line number Diff line number Diff line change 265265 }
266266
267267 %igx-checkbox--disabled-indeterminate-indigo {
268- @extend %igx-checkbox--disabled-indeterminate ;
268+ @extend %cbx-composite--x--disabled ;
269269
270270 %cbx-composite-mark {
271271 rect {
320320
321321 %igx-checkbox--disabled-indeterminate {
322322 %cbx-composite--x--disabled {
323- @if $variant != ' indigo' {
324- border-color : var-get ($theme , ' disabled-indeterminate-color' );
325- }
326-
323+ border-color : var-get ($theme , ' disabled-indeterminate-color' );
327324 background : var-get ($theme , ' disabled-indeterminate-color' );
328325 }
329326 }
You can’t perform that action at this time.
0 commit comments