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 0850981 commit 413bdc0Copy full SHA for 413bdc0
src/lib/core/option/_option-theme.scss
@@ -30,7 +30,7 @@
30
31
// In multiple mode there is a checkbox to show that the option is selected.
32
&.mat-selected:not(.mat-option-multiple) {
33
- background: mat-color($background, hover);
+ background: rgba(mat-color($background, hover), 0.12);
34
}
35
36
&.mat-active {
0 commit comments