CSS: Fix that active menu items move to the right according to their border
refs #5543
This commit is contained in:
parent
a12cc9ab30
commit
45cc5eb238
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue