Hide bullet & icons if menu has loading icon

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-09-14 11:02:16 +02:00
parent 63bcd47090
commit 04a0c3cfaf
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 10 additions and 0 deletions

View File

@ -165,6 +165,16 @@ kbd {
position: relative;
width: 100%;
box-sizing: border-box;
/* Align items */
&.icon-loading-small {
&:after {
left: 22px;
}
> a,
> .app-navigation-entry-bullet {
background: none !important;
}
}
/* Main entry link */
> a {
background-size: 16px 16px;