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

pull/8863/head jitsi-meet_5675
Vlad Piersec 4 years ago committed by vp8x8
parent e9d00acad8
commit 0e7bde2ff0
  1. 5
      css/_toolbars.scss

@ -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…
Cancel
Save