diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-07 10:17:04 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-09-21 14:00:31 +0200 |
commit | f11b36de932e0d6c42f0f53d4ad9f9bd6a2fc963 (patch) | |
tree | c74d080cb9b8fab654fb5733164c3058af2208bd /core | |
parent | d9770a1f56f41d0fe3ce929b664463d9b7645182 (diff) | |
download | nextcloud-server-f11b36de932e0d6c42f0f53d4ad9f9bd6a2fc963.tar.gz nextcloud-server-f11b36de932e0d6c42f0f53d4ad9f9bd6a2fc963.zip |
Removed unused old vars and reorganize
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 41 |
1 files changed, 17 insertions, 24 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index e3c030ddae6..12aaa376190 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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 { |