From c66f16a2011f4f8774fee7812e16736ed6110e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 19 Sep 2017 15:49:28 +0200 Subject: [PATCH] Relative positionning to li MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 461ddbb506..ace9c2dd93 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -93,6 +93,9 @@ kbd { border-right: 1px solid nc-darken($color-main-background, 8%); display: flex; flex-direction: column; + li { + position: relative; + } > ul { position: relative; height: 100%; @@ -125,7 +128,7 @@ kbd { /* Ugly hack for overriding the main entry link */ /* align the input correctly with the link text 44px-6px padding for the input */ - padding-left: 38px !important; + padding-left: 38px !important; } &:focus, @@ -255,7 +258,7 @@ kbd { height: 12px; border: none; border-radius: 50%; - cursor: pointer; + cursor: pointer; } /* padding in case of icon or bullet */ @@ -498,14 +501,14 @@ kbd { transition: padding-bottom 500ms ease 0s; padding-bottom: 40px; } - + .error { color: $color-error; } .app-navigation-separator { border-bottom: 1px solid nc-lighten($color-main-text, 86%); } - + .app-navigation-entry-utils ul, .app-navigation-entry-menu ul { list-style-type: none;