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 @@ -9,6 +9,7 @@ $mat-select-trigger-min-width: 112px !default;
99$mat-select-arrow-size : 5px !default ;
1010$mat-select-arrow-margin : 4px !default ;
1111$mat-select-panel-max-height : 256px !default ;
12+ $mat-select-trigger-font-size : 16px !default ;
1213
1314.mat-select {
1415 display : inline-block ;
@@ -25,6 +26,7 @@ $mat-select-panel-max-height: 256px !default;
2526 cursor : pointer ;
2627 position : relative ;
2728 box-sizing : border-box ;
29+ font-size : $mat-select-trigger-font-size ;
2830
2931 [aria-disabled = ' true' ] & {
3032 @include mat-control-disabled-underline ();
You can’t perform that action at this time.
0 commit comments