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 11@import ' ../style/menu-common' ;
22@import ' ../a11y/a11y' ;
33
4+ /* * Default size of option text. */
5+ $mat-option-font-size : 16px !default ;
6+
47/* *
58 * This mixin contains shared option styles between the select and
69 * autocomplete components.
1114 position : relative ;
1215 cursor : pointer ;
1316 outline : none ;
17+ font-size : $mat-option-font-size ;
1418
1519 & [aria-disabled = ' true' ] {
1620 cursor : default ;
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ $mat-select-trigger-min-width: 112px !default;
88$mat-select-arrow-size : 5px !default ;
99$mat-select-arrow-margin : 4px !default ;
1010$mat-select-panel-max-height : 256px !default ;
11+ $mat-select-trigger-font-size : 16px !default ;
1112
1213.mat-select {
1314 display : inline-block ;
@@ -23,6 +24,7 @@ $mat-select-panel-max-height: 256px !default;
2324 cursor : pointer ;
2425 position : relative ;
2526 box-sizing : border-box ;
27+ font-size : $mat-select-trigger-font-size ;
2628
2729 [aria-disabled = ' true' ] & {
2830 @include mat-control-disabled-underline ();
You can’t perform that action at this time.
0 commit comments