Skip to content

Commit afac724

Browse files
committed
retain hover state on navbar item when dropdown menu has focus
1 parent 1944c66 commit afac724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/header.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ body {
132132
}
133133

134134
.navbar-end > a.navbar-item:hover,
135-
.navbar-end .navbar-link:hover {
135+
.navbar-end .navbar-link:hover,
136+
.navbar-end .navbar-item.has-dropdown:hover .navbar-link {
136137
background: var(--navbar_hover-background);
137138
color: var(--navbar-font-color);
138139
}

0 commit comments

Comments
 (0)