Skip to content

Commit 516720f

Browse files
karaandrewseguin
authored andcommitted
fix(option): revert duplicate prop (#3051)
1 parent a02ed5a commit 516720f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/core/option/_option.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
@import '../style/menu-common';
22
@import '../a11y/a11y';
33

4-
/** Default size of option text. */
5-
$mat-option-font-size: 16px !default;
6-
74
/**
85
* This mixin contains shared option styles between the select and
96
* autocomplete components.
@@ -14,7 +11,6 @@ $mat-option-font-size: 16px !default;
1411
position: relative;
1512
cursor: pointer;
1613
outline: none;
17-
font-size: $mat-option-font-size;
1814

1915
&[aria-disabled='true'] {
2016
cursor: default;

0 commit comments

Comments
 (0)