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 5b40271 commit a701a6cCopy full SHA for a701a6c
src/material/core/option/option.scss
@@ -49,6 +49,12 @@ $_side-padding: 16px;
49
color: token-utils.slot(option-selected-state-label-text-color, $fallbacks);
50
}
51
52
+
53
+ &:focus.mdc-list-item,
54
+ &:hover.mdc-list-item,
55
+ &.mat-mdc-option-active.mdc-list-item {
56
+ background-color: token-utils.slot(option-focus-state-layer-color, $fallbacks);
57
+ }
58
59
60
.mat-pseudo-checkbox {
0 commit comments