Browse Source

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

master
Vlad Piersec 4 years ago
parent
commit
0e7bde2ff0
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      css/_toolbars.scss

+ 5
- 0
css/_toolbars.scss View File

@@ -167,9 +167,14 @@
167 167
         cursor: initial;
168 168
         color: #929292;
169 169
 
170
+        &:hover {
171
+            background: none;
172
+        }
173
+
170 174
         svg {
171 175
             fill: #929292;
172 176
         }
177
+
173 178
     }
174 179
 
175 180
     @media (hover: hover) and (pointer: fine) {

Loading…
Cancel
Save