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

Commit f33aa72

Browse files
zacharydentonnshahan
authored andcommitted
Fix selected color mixin on vertical selection indicator.
Applies to datepicker, menus, etc. PiperOrigin-RevId: 193287784
1 parent ca36cd4 commit f33aa72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/material_select/_mixins.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
///
7777
/// Apply to <material-select> or <material-select-item>.
7878
@mixin material-select-selected-color($color) {
79-
::ng-deep .selected-accent.mixin {
80-
background-color: $color;
79+
::ng-deep .selected-accent.mixin.mixin {
80+
background: $color;
8181
}
8282
}
8383

0 commit comments

Comments
 (0)