Skip to content

Commit 24de168

Browse files
authored
Merge pull request #194 from zhx828/style-fix
Fix the style issue caused by last commit
2 parents fdb2579 + 6f22af6 commit 24de168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/styles/_nav.scss

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
.navbar-inverse .navbar-nav > .active > a,
115115
.navbar-inverse .navbar-nav > .active > a:hover,
116116
.navbar-inverse .navbar-nav > .active > a:focus {
117+
border-bottom: 3px solid $secondary-color;
117118
background-color: $primary-color;
118119
}
119120

@@ -130,6 +131,7 @@
130131

131132
.navbar-inverse .navbar-nav > li > a:hover,
132133
.navbar-inverse .navbar-nav > li > a:focus {
134+
border-bottom: 3px solid $secondary-color;
133135
background-color: $primary-color;
134136
}
135137

0 commit comments

Comments
 (0)