Merge pull request #6256 from opf/fix/27430-avoid-hover-effects-on-disabled-buttons

[27430] Avoid hover effects on disabled buttons
pull/6259/merge
Henriette Dinger 7 years ago committed by GitHub
commit 3dc702832a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/assets/stylesheets/layout/_drop_down.sass

@ -75,7 +75,7 @@
white-space: nowrap
font-weight: normal
&:hover, &:focus
&:not(.inactive):hover, &:not(.inactive):focus
background-color: #F0F0F0
@include varprop(color, context-menu-hover-font-color)
cursor: pointer

Loading…
Cancel
Save