File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/material-experimental/mdc-core/option Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1+ // stylelint-disable max-line-length
2+
13@use ' @material/theme/theme-color' as mdc-theme-color ;
24@use ' @material/theme/theme' as mdc-theme ;
35@use ' @material/list' as mdc-list ;
2224 & .mat-mdc-option-active ,
2325
2426 // In multiple mode there is a checkbox to show that the option is selected.
25- & .mdc-deprecated-list-item--selected {
26- & :not (.mat-mdc-option-multiple ):not (.mdc-deprecated-list-item--disabled ) {
27- $color : mdc-theme-color .$on-surface ;
28- background : rgba ($color , mdc-ripple .states-opacity ($color , hover ));
29- }
27+ & .mdc-deprecated-list-item--selected :not (.mat-mdc-option-multiple ):not (.mdc-deprecated-list-item--disabled ) {
28+ $color : mdc-theme-color .$on-surface ;
29+ background : rgba ($color , mdc-ripple .states-opacity ($color , hover ));
3030 }
3131 }
3232
You can’t perform that action at this time.
0 commit comments