mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 06:34:28 +00:00
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:
parent
4467d7d59b
commit
9c0825704c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue