Skip to content

Commit 045adf7

Browse files
committed
removed change of bg on active nav-item on hover
1 parent b60589e commit 045adf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
background-color: rgb(241, 238, 238) !important;
1212
}
1313

14-
.navbar-end > a.navbar-item:hover {
14+
.navbar-end > a.navbar-item:hover:not(.is-active) {
1515
color: #6c8eef !important;
1616
background-color: #f8faff !important;
1717
}

0 commit comments

Comments
 (0)