CSS: Fix that active menu items move to the right according to their border

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 09:50:18 +01:00
parent a12cc9ab30
commit 45cc5eb238
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
} }
#menu .nav-level-1 > .nav-item { #menu .nav-level-1 > .nav-item {
border-left: 5px solid transparent;
line-height: 2.167em; // 26 px line-height: 2.167em; // 26 px
&.active { &.active {
@ -42,7 +43,7 @@
} }
background-color: @body-bg-color; background-color: @body-bg-color;
border-left: 5px solid @icinga-blue; border-color: @icinga-blue;
} }
&.no-icon > a { &.no-icon > a {