fix(overflow-menu): Don't change state on hover for disabled items

This commit is contained in:
Vlad Piersec 2021-03-23 14:01:16 +02:00 committed by vp8x8
parent e9d00acad8
commit 0e7bde2ff0
1 changed files with 5 additions and 0 deletions

View File

@ -167,9 +167,14 @@
cursor: initial;
color: #929292;
&:hover {
background: none;
}
svg {
fill: #929292;
}
}
@media (hover: hover) and (pointer: fine) {