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 a82de88 commit 0897c80Copy full SHA for 0897c80
packages/styles/scss/components/overflow-menu/_overflow-menu.scss
@@ -49,7 +49,7 @@
49
}
50
51
&:hover {
52
- background-color: $layer-hover;
+ background-color: $background-hover;
53
54
55
@@ -136,15 +136,15 @@
136
137
138
.#{$prefix}--overflow-menu-options--light {
139
- background-color: $layer;
+ background-color: $layer-hover;
140
141
&::after {
142
background-color: $layer;
143
144
145
146
.#{$prefix}--overflow-menu.#{$prefix}--overflow-menu--light.#{$prefix}--overflow-menu--open:hover {
147
148
149
150
.#{$prefix}--overflow-menu-options[data-floating-menu-direction='bottom']:not(
0 commit comments