We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02ed5a commit 516720fCopy full SHA for 516720f
src/lib/core/option/_option.scss
@@ -1,9 +1,6 @@
1
@import '../style/menu-common';
2
@import '../a11y/a11y';
3
4
-/** Default size of option text. */
5
-$mat-option-font-size: 16px !default;
6
-
7
/**
8
* This mixin contains shared option styles between the select and
9
* autocomplete components.
@@ -14,7 +11,6 @@ $mat-option-font-size: 16px !default;
14
11
position: relative;
15
12
cursor: pointer;
16
13
outline: none;
17
- font-size: $mat-option-font-size;
18
19
&[aria-disabled='true'] {
20
cursor: default;
0 commit comments