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:
committed by
Copybot
parent
4467d7d59b
commit
9c0825704c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user