Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 8bfd34b

Browse files
Googlernshahan
authored andcommitted
[ColumnOptionBug] Do not grey out default selected columns.
PiperOrigin-RevId: 190971293
1 parent 3ff5db0 commit 8bfd34b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/material_select/_mixins.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181
}
8282
}
8383

84+
/// Sets the color of the "disabled" item.
85+
@mixin material-select-disabled-color($color) {
86+
::ng-deep material-select-dropdown-item.item.disabled {
87+
color: $color;
88+
}
89+
}
90+
8491
/// Enables pointer events on disabled MaterialSelectDropdownItems
8592
///
8693
/// This can be scoped to a specific selector in cases where

0 commit comments

Comments
 (0)