Skip to content

Commit 96972e6

Browse files
committed
style(chip): Changing the disabled background and border color in context of igx-grid component.
1 parent 8dc3772 commit 96972e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@
695695
}
696696

697697
%grid-display {
698+
--igx-chip-disabled-background: #{color($color: 'gray', $variant: 300)};
699+
--igx-chip-disabled-border-color: #{color($color: 'gray', $variant: 300)};
698700
--igx-tree-indent-size: #{rem(24px)};
699701

700702
position: relative;

0 commit comments

Comments
 (0)