fix(overflow-menu): Don't change state on hover for disabled items
This commit is contained in:
parent
e9d00acad8
commit
0e7bde2ff0
|
@ -167,9 +167,14 @@
|
||||||
cursor: initial;
|
cursor: initial;
|
||||||
color: #929292;
|
color: #929292;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: #929292;
|
fill: #929292;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) and (pointer: fine) {
|
@media (hover: hover) and (pointer: fine) {
|
||||||
|
|
Loading…
Reference in New Issue