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
f5559ede
Commit
f5559ede
authored
Jul 16, 2018
by
IKEDA Soji
Browse files
Bug with IE (at least 11 or earlier): menu items may be off to bottom.
parent
a0cf901d
Changes
1
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/css.tt2
View file @
f5559ede
...
...
@@ -2156,6 +2156,11 @@ nav menu form{
.is-dropdown-submenu {
border: 0;
}
[%# Bug with IE (at least 11 or earlier): menu items may be off to bottom. ~%]
.top-bar menu ul li {
vertical-align: top;
}
[%# Color of submenu icons ~%]
[% IF 0 # We use default of F6 for accordion menu. ~%]
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after,
...
...
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