fix styling of current portal in workspace nav

This commit is contained in:
Brent Schroeter 2025-12-21 02:07:24 +00:00
parent 8395b890b5
commit 4ba4e787a2

View file

@ -468,7 +468,7 @@ a {
justify-content: space-between;
padding: var(--default-padding--xs) var(--default-padding--sm);
.workspace-nav__menu-leaf--current, &:hover {
&.workspace-nav__menu-leaf--current, &:hover {
background: #0001;
}
}