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
+
1
3
@use ' @material/theme/theme-color' as mdc-theme-color ;
2
4
@use ' @material/theme/theme' as mdc-theme ;
3
5
@use ' @material/list' as mdc-list ;
22
24
& .mat-mdc-option-active ,
23
25
24
26
// 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 ));
30
30
}
31
31
}
32
32
You can’t perform that action at this time.
0 commit comments