Skip to content

Commit 3c8fc1c

Browse files
committed
fix(checkbox): fix indigo indeterminate-disabled state
1 parent 64b35f9 commit 3c8fc1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/checkbox/_checkbox-theme.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,10 @@
320320

321321
%igx-checkbox--disabled-indeterminate {
322322
%cbx-composite--x--disabled {
323-
border-color: var-get($theme, 'disabled-indeterminate-color');
323+
@if $variant != 'indigo' {
324+
border-color: var-get($theme, 'disabled-indeterminate-color');
325+
}
326+
324327
background: var-get($theme, 'disabled-indeterminate-color');
325328
}
326329
}

0 commit comments

Comments
 (0)