File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed
src/material-experimental Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 3
3
@import ' @material/list/variables.import' ;
4
4
5
5
.mat-mdc-optgroup-label {
6
- @include mdc-list-deprecated-item-base_ ;
7
6
@include mdc-list-deprecated-list-item-padding-variant (
8
7
$mdc-list-deprecated-textual-variant-config , $query : mdc-helpers .$mat-base-styles-query );
9
8
@include mdc-list-deprecated-list-item-height-variant (
Original file line number Diff line number Diff line change 7
7
@import ' @material/list/variables.import' ;
8
8
9
9
.mat-mdc-option {
10
- // Note that we include this private mixin, because the public
11
- // one adds a bunch of styles that we aren't using for the menu.
12
- @include mdc-list-deprecated-item-base_ ;
13
10
@include mdc-list-deprecated-list-item-padding-variant (
14
11
$mdc-list-deprecated-textual-variant-config , $query : mdc-helpers .$mat-base-styles-query );
15
12
@include mdc-list-deprecated-item-disabled-text-opacity (
Original file line number Diff line number Diff line change @@ -41,9 +41,6 @@ mat-menu {
41
41
$property-name : height ,
42
42
);
43
43
44
- // Note that we include this private mixin, because the public
45
- // one adds a bunch of styles that we aren't using for the menu.
46
- @include mdc-list-deprecated-item-base_ ;
47
44
@include mdc-list-deprecated-list-item-padding-variant (
48
45
$mdc-list-deprecated-textual-variant-config , $query : mdc-helpers .$mat-base-styles-query );
49
46
You can’t perform that action at this time.
0 commit comments