ui: Fix positioning of active icon in the selected menu item (#7148)
This commit is contained in:
parent
f6a7164d10
commit
03f8bbb8a5
|
@ -65,6 +65,9 @@
|
|||
padding: 10px;
|
||||
padding-left: 36px;
|
||||
}
|
||||
%menu-panel .is-active {
|
||||
position: relative;
|
||||
}
|
||||
%menu-panel .is-active > *::after {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
|
Loading…
Reference in New Issue