Skip to content

Commit ffcd7d1

Browse files
committed
fix: bg hover for collapsible menu list
1 parent 562821f commit ffcd7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/CollapsibleList/CollapsibleList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
&:hover:not(.no-hover) {
3131
color: var(--N700);
3232
text-decoration: none;
33-
background: var(--bg-secondary);
33+
background: var(--bg-hover);
3434
}
3535

3636
&:not(.active):not(.no-hover) &__title {

0 commit comments

Comments
 (0)