Skip to content

Commit c697716

Browse files
committed
remove background from link in .navbar-start and remove redundant styles in header
1 parent 0978ed4 commit c697716

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/css/header.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ body {
8989
color: var(--navbar-font-color);
9090
}
9191

92-
.navbar-start > a.navbar-item:hover,
93-
.navbar-start .navbar-link:hover,
9492
.navbar-end > a.navbar-item:hover,
9593
.navbar-end .navbar-link:hover {
9694
background: var(--navbar_hover-background);
@@ -99,12 +97,7 @@ body {
9997

10098
.navbar-start .navbar-link::after,
10199
.navbar-end .navbar-link::after {
102-
border-color: var(--navbar-font-color);
103-
}
104-
105-
.navbar-item.has-dropdown:hover .navbar-link {
106-
background: var(--navbar_hover-background);
107-
color: var(--navbar-font-color);
100+
border-color: currentColor;
108101
}
109102
}
110103

0 commit comments

Comments
 (0)