Skip to content

Commit 4623415

Browse files
committed
fix(material-experimental): remove mixin which no longer exists from mdc
1 parent 54834e2 commit 4623415

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

src/material-experimental/mdc-core/option/optgroup.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
@import '@material/list/variables.import';
44

55
.mat-mdc-optgroup-label {
6-
@include mdc-list-deprecated-item-base_;
76
@include mdc-list-deprecated-list-item-padding-variant(
87
$mdc-list-deprecated-textual-variant-config, $query: mdc-helpers.$mat-base-styles-query);
98
@include mdc-list-deprecated-list-item-height-variant(

src/material-experimental/mdc-core/option/option.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
@import '@material/list/variables.import';
88

99
.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_;
1310
@include mdc-list-deprecated-list-item-padding-variant(
1411
$mdc-list-deprecated-textual-variant-config, $query: mdc-helpers.$mat-base-styles-query);
1512
@include mdc-list-deprecated-item-disabled-text-opacity(

src/material-experimental/mdc-menu/menu.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ mat-menu {
4141
$property-name: height,
4242
);
4343

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_;
4744
@include mdc-list-deprecated-list-item-padding-variant(
4845
$mdc-list-deprecated-textual-variant-config, $query: mdc-helpers.$mat-base-styles-query);
4946

0 commit comments

Comments
 (0)