File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/material-experimental/mdc-list Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
@use ' @material/checkbox' as mdc-checkbox ;
2
- @use ' @material/list' as mdc-list ;
2
+ @use ' @material/list/evolution-variables ' as mdc-list-variables ;
3
3
@use ' ../mdc-helpers/mdc-helpers' ;
4
4
@use ' ../../cdk/a11y' ;
5
5
@use ' ./list-option-trailing-avatar-compat' ;
33
33
// In single selection mode, the selected option is indicated by changing its
34
34
// background color, but that doesn't work in high contrast mode. We add an
35
35
// alternate indication by rendering out a circle.
36
- .mat-mdc-list-option.mdc-deprecated- list-item--selected ::after {
36
+ .mat-mdc-list-option.mdc-list-item--selected ::after {
37
37
$size : 10px ;
38
38
content : ' ' ;
39
39
position : absolute ;
40
40
top : 50% ;
41
- right : mdc-list . $deprecated- side-padding ;
41
+ right : mdc-list-variables . $ side-padding ;
42
42
transform : translateY (-50% );
43
43
width : $size ;
44
44
height : 0 ;
45
45
border-bottom : solid $size ;
46
46
border-radius : $size ;
47
47
}
48
48
49
- [dir = ' rtl' ] .mat-mdc-list-option.mdc-deprecated- list-item--selected ::after {
49
+ [dir = ' rtl' ] .mat-mdc-list-option.mdc-list-item--selected ::after {
50
50
right : auto ;
51
- left : mdc-list . $deprecated- side-padding ;
51
+ left : mdc-list-variables . $ side-padding ;
52
52
}
53
53
}
You can’t perform that action at this time.
0 commit comments