Merge pull request #3359 from overleaf/jel-disabled-dropdown-item

Fix disabled dropdown item color on hover

GitOrigin-RevId: d3300b74fd17b82092710a0c6a1a6e9b00b92199
This commit is contained in:
Simon Detheridge 2020-11-06 14:55:08 +00:00 committed by Copybot
parent 4467d7d59b
commit 9c0825704c

View file

@ -104,7 +104,7 @@ button.dropdown-toggle.dropdown-toggle-no-background {
&:hover,
&:focus {
text-decoration: none;
color: @dropdown-link-hover-color!important;
color: @dropdown-link-hover-color;
background-color: @dropdown-link-hover-bg;
.subdued {
color: @dropdown-link-hover-color;