File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
@import ' ../style/menu-common' ;
2
2
@import ' ../a11y/a11y' ;
3
3
4
+ /* * Default size of option text. */
5
+ $md-option-font-size : 16px !default ;
6
+
4
7
/* *
5
8
* This mixin contains shared option styles between the select and
6
9
* autocomplete components.
11
14
position : relative ;
12
15
cursor : pointer ;
13
16
outline : none ;
17
+ font-size : $md-option-font-size ;
14
18
15
19
& [aria-disabled = ' true' ] {
16
20
cursor : default ;
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ $md-select-trigger-min-width: 112px !default;
8
8
$md-select-arrow-size : 5px !default ;
9
9
$md-select-arrow-margin : 4px !default ;
10
10
$md-select-panel-max-height : 256px !default ;
11
+ $md-select-trigger-font-size : 16px !default ;
11
12
12
13
md-select {
13
14
display : inline-block ;
@@ -23,6 +24,7 @@ md-select {
23
24
cursor : pointer ;
24
25
position : relative ;
25
26
box-sizing : border-box ;
27
+ font-size : $md-select-trigger-font-size ;
26
28
27
29
[aria-disabled = ' true' ] & {
28
30
@include md-control-disabled-underline ();
You can’t perform that action at this time.
0 commit comments