Browse Source

Hide bullet & icons if menu has loading icon

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v13.0.0beta1
John Molakvoæ (skjnldsv) 6 years ago
parent
commit
04a0c3cfaf
No account linked to committer's email address
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      core/css/apps.scss

+ 10
- 0
core/css/apps.scss 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;

Loading…
Cancel
Save