Removed unused old vars and reorganize

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

View File

@ -141,22 +141,31 @@ kbd {
}
}
}
> {
/* Second level nesting for lists */
ul ul {
display: none;
li > a {
padding-left: 32px;
}
}
.with-icon ul li {
> a,
&.app-navigation-entry-loading > a {
padding-left: 68px;
background-position: 44px center;
}
}
}
&.hidden {
display: none;
}
&.without-app-settings {
padding-bottom: 0;
}
.with-icon a,
.app-navigation-entry-loading a {
padding-left: 44px;
background-size: 16px 16px;
background-position: 14px center;
background-repeat: no-repeat;
}
.collapse {
display: none;
/* hide collapse button initially */
display: none;
}
.collapsible {
> .collapse {
@ -201,22 +210,6 @@ kbd {
background-image: -ms-linear-gradient(top, nc-darken($color-main-background, 8%) 0%, nc-darken($color-main-background, 3%) 100%);
}
}
> {
/* Second level nesting for lists */
ul ul {
display: none;
li > a {
padding-left: 32px;
}
}
.with-icon ul li {
> a,
&.app-navigation-entry-loading > a {
padding-left: 68px;
background-position: 44px center;
}
}
}
> ul .collapsible.open {
&:hover,
&:focus {