mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
Fix case where two navbar items can become highlighted (Fix #290)
This commit is contained in:
parent
abf0f67925
commit
7f9b8acbb2
1 changed files with 5 additions and 1 deletions
|
@ -879,7 +879,11 @@ nav#navbar-main li {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav>li>a:focus,
|
||||
.navbar-default .navbar-nav>li>a:focus {
|
||||
color: {{ .Get "menu_text" }};
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav>li>a:hover {
|
||||
color: {{ .Get "menu_text_active" }};
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue