Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
0eac0fce
Commit
0eac0fce
authored
Oct 12, 2017
by
Mic Kaczmarczik
Browse files
Fix CSS attributes for un-hovered navigation menu items
parent
9d0b3a5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/css.tt2
View file @
0eac0fce
...
...
@@ -1988,6 +1988,10 @@ span.bottom_page, p.bottom_page{
.top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button){
background-color: [% color_6 %];
}
/* properly set active list item color when not hovered */
.top-bar-section li.active:not(.has-form) a:not(.button){
background-color: [% color_5%];
}
.top-bar .top-bar-section li:not(.has-form) a:not(.button):hover{
background-color: [% color_5%];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment