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:
Tim Down 2025-03-04 09:29:07 +00:00 committed by Copybot
parent cd644320f4
commit 2d1fb9c1a5
2 changed files with 489 additions and 489 deletions

View file

@ -213,8 +213,10 @@
display: none;
}
&:hover {
background-color: var(--neutral-20) !important;
&:hover,
&:active,
&[aria-expanded='true'] {
background-color: var(--neutral-20);
}
}
}