ui: Fix positioning of active icon in the selected menu item (#7148)

This commit is contained in:
John Cowen 2020-01-28 14:42:20 +00:00 committed by GitHub
parent ff315c95fd
commit c6e72c3e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,9 @@
padding: 10px;
padding-left: 36px;
}
%menu-panel .is-active {
position: relative;
}
%menu-panel .is-active > *::after {
position: absolute;
top: 50%;