mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
menu.less: Align flyout caret position to active menu item indicator position
This commit is contained in:
parent
27866c63b7
commit
19d6cfdcc0
@ -264,12 +264,12 @@
|
||||
border-left: 1px solid @gray-light;
|
||||
content: "";
|
||||
display: block;
|
||||
height: 1.1em;
|
||||
width: 1.1em;
|
||||
height: calc(~"1em + 2px");
|
||||
width: calc(~"1em + 2px");
|
||||
position: absolute;
|
||||
top: 1em;
|
||||
left: -.6em;
|
||||
z-index: -1;
|
||||
top: calc(~"1em + 1px");
|
||||
left: calc(~"-.5em - 2px");
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
&.bottom-up:after {
|
||||
|
Loading…
x
Reference in New Issue
Block a user