mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
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 {
|
||||
border-left: 5px solid transparent;
|
||||
line-height: 2.167em; // 26 px
|
||||
|
||||
&.active {
|
||||
@ -42,7 +43,7 @@
|
||||
}
|
||||
|
||||
background-color: @body-bg-color;
|
||||
border-left: 5px solid @icinga-blue;
|
||||
border-color: @icinga-blue;
|
||||
}
|
||||
|
||||
&.no-icon > a {
|
||||
|
Loading…
x
Reference in New Issue
Block a user