_list-theme.scss (material2-7.3.3) | : | _list-theme.scss (material2-7.3.4) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
.mat-subheader { | .mat-subheader { | |||
color: mat-color($foreground, secondary-text); | color: mat-color($foreground, secondary-text); | |||
} | } | |||
} | } | |||
.mat-list-item-disabled { | .mat-list-item-disabled { | |||
background-color: mat-color($background, disabled-list-option); | background-color: mat-color($background, disabled-list-option); | |||
} | } | |||
.mat-list-option, | .mat-list-option, | |||
.mat-nav-list .mat-list-item { | .mat-nav-list .mat-list-item, | |||
.mat-action-list .mat-list-item { | ||||
&:hover, &:focus { | &:hover, &:focus { | |||
background: mat-color($background, 'hover'); | background: mat-color($background, 'hover'); | |||
} | } | |||
} | } | |||
} | } | |||
@mixin mat-list-typography($config) { | @mixin mat-list-typography($config) { | |||
$font-family: mat-font-family($config); | $font-family: mat-font-family($config); | |||
.mat-list-item { | .mat-list-item { | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |