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 f6a7164d10
commit 03f8bbb8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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