Hide bullet & icons if menu has loading icon
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
63bcd47090
commit
04a0c3cfaf
|
@ -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…
Reference in New Issue