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 82e53c5 commit 43e207cCopy full SHA for 43e207c
src/lib/core/option/_option-theme.scss
@@ -9,6 +9,8 @@
9
$warn: map-get($theme, warn);
10
11
.mat-option {
12
+ color: mat-color($foreground, text);
13
+
14
&:hover:not(.mat-option-disabled), &:focus:not(.mat-option-disabled) {
15
background: mat-color($background, hover);
16
}
0 commit comments