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