Explorar el Código

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

master
Vlad Piersec hace 4 años
padre
commit
0e7bde2ff0
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      css/_toolbars.scss

+ 5
- 0
css/_toolbars.scss Ver fichero

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

Loading…
Cancelar
Guardar