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
+ $mat-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 : $mat-option-font-size ;
14
18
15
19
& [aria-disabled = ' true' ] {
16
20
cursor : default ;
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ $mat-select-trigger-min-width: 112px !default;
9
9
$mat-select-arrow-size : 5px !default ;
10
10
$mat-select-arrow-margin : 4px !default ;
11
11
$mat-select-panel-max-height : 256px !default ;
12
+ $mat-select-trigger-font-size : 16px !default ;
12
13
13
14
.mat-select {
14
15
display : inline-block ;
@@ -25,6 +26,7 @@ $mat-select-panel-max-height: 256px !default;
25
26
cursor : pointer ;
26
27
position : relative ;
27
28
box-sizing : border-box ;
29
+ font-size : $mat-select-trigger-font-size ;
28
30
29
31
[aria-disabled = ' true' ] & {
30
32
@include mat-control-disabled-underline ();
You can’t perform that action at this time.
0 commit comments