File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-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 3
3
@import ' ../core/style/form-common' ;
4
4
@import ' ../core/a11y/a11y' ;
5
5
6
+
6
7
$mat-select-trigger-height : 30px !default ;
7
8
$mat-select-trigger-min-width : 112px !default ;
8
9
$mat-select-arrow-size : 5px !default ;
9
10
$mat-select-arrow-margin : 4px !default ;
10
11
$mat-select-panel-max-height : 256px !default ;
12
+ $mat-select-trigger-font-size : 16px !default ;
11
13
12
14
.mat-select {
13
15
display : inline-block ;
@@ -23,6 +25,7 @@ $mat-select-panel-max-height: 256px !default;
23
25
cursor : pointer ;
24
26
position : relative ;
25
27
box-sizing : border-box ;
28
+ font-size : $mat-select-trigger-font-size ;
26
29
27
30
[aria-disabled = ' true' ] & {
28
31
@include mat-control-disabled-underline ();
You can’t perform that action at this time.
0 commit comments