Skip to content

Commit 55f4403

Browse files
committed
fix(Sidebar Nav): nav-link has wrong bg color on hover
1 parent 238590a commit 55f4403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ $sidebar-nav-link-transition: background .15s ease, color .15s ease
15631563
$sidebar-nav-link-icon-color: $medium-emphasis-light !default;
15641564

15651565
$sidebar-nav-link-hover-color: $high-emphasis-light !default;
1566-
$sidebar-nav-link-hover-bg: theme-color("primary") !default;
1566+
$sidebar-nav-link-hover-bg: rgba($white, .05) !default;
15671567
$sidebar-nav-link-hover-icon-color: $high-emphasis-light !default;
15681568

15691569
$sidebar-nav-link-active-color: $high-emphasis-light !default;

0 commit comments

Comments
 (0)