mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix: color should be persisted on the disabled menu item when hovering over it
GitOrigin-RevId: e594388b36de986c02114aa652f6fe9c9d705c5d
This commit is contained in:
parent
e323a22666
commit
e3a0d236ae
1 changed files with 3 additions and 0 deletions
|
@ -147,6 +147,9 @@ button.dropdown-toggle.dropdown-toggle-no-background {
|
|||
&:hover,
|
||||
&:focus {
|
||||
color: @dropdown-link-disabled-color;
|
||||
div {
|
||||
color: @dropdown-link-disabled-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
// Nuke hover/focus effects
|
||||
|
|
Loading…
Reference in a new issue