We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fe635 commit be19b2dCopy full SHA for be19b2d
src/lib/select/select.scss
@@ -1,6 +1,7 @@
1
@import '../core/style/menu-common';
2
@import '../core/style/list-common';
3
@import '../core/style/form-common';
4
+@import '../core/style/variables';
5
@import '../core/a11y/a11y';
6
7
$mat-select-trigger-height: 30px !default;
@@ -12,6 +13,7 @@ $mat-select-panel-max-height: 256px !default;
12
13
.mat-select {
14
display: inline-block;
15
outline: none;
16
+ font-family: $mat-font-family;
17
}
18
19
.mat-select-trigger {
0 commit comments