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 11@use ' @material/checkbox' as mdc-checkbox ;
2- @use ' @material/list' as mdc-list ;
2+ @use ' @material/list/evolution-variables ' as mdc-list-variables ;
33@use ' ../mdc-helpers/mdc-helpers' ;
44@use ' ../../cdk/a11y' ;
55@use ' ./list-option-trailing-avatar-compat' ;
3333 // In single selection mode, the selected option is indicated by changing its
3434 // background color, but that doesn't work in high contrast mode. We add an
3535 // 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 {
3737 $size : 10px ;
3838 content : ' ' ;
3939 position : absolute ;
4040 top : 50% ;
41- right : mdc-list . $deprecated- side-padding ;
41+ right : mdc-list-variables . $ side-padding ;
4242 transform : translateY (-50% );
4343 width : $size ;
4444 height : 0 ;
4545 border-bottom : solid $size ;
4646 border-radius : $size ;
4747 }
4848
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 {
5050 right : auto ;
51- left : mdc-list . $deprecated- side-padding ;
51+ left : mdc-list-variables . $ side-padding ;
5252 }
5353}
You can’t perform that action at this time.
0 commit comments