mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-21 18:38:17 +00:00
Merge pull request #22639 from overleaf/td-ds-nav-tag-men-toggle-bg
Preserve background on expanded tag menu toggle button in DS nav project dashboard GitOrigin-RevId: cc5f6092236150e123202af17e1c2eaecca29654
This commit is contained in:
parent
cd644320f4
commit
2d1fb9c1a5
2 changed files with 489 additions and 489 deletions
|
@ -213,8 +213,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--neutral-20) !important;
|
||||
&:hover,
|
||||
&:active,
|
||||
&[aria-expanded='true'] {
|
||||
background-color: var(--neutral-20);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue