From 615f3b497dd95e127f4f5b4cb262e94ee9f3bbe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 28 Feb 2018 10:11:10 +0100 Subject: [PATCH] Fixed app navigation for IE11 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 10adaee929..dfa53bde00 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -218,7 +218,7 @@ kbd { text-overflow: ellipsis; color: $color-main-text; opacity: .57; - flex: 1 1 0; + flex: 1 1 0px; z-index: 100; /* above the bullet to allow click*/ /* TODO: forbid using img as icon in menu? */ &:first-child img { @@ -457,7 +457,7 @@ kbd { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; - flex: 1 1 0; + flex: 1 1 0px; line-height: 44px; } .app-navigation-entry-deleted-button { @@ -481,6 +481,7 @@ kbd { opacity 250ms ease-in-out, z-index 250ms ease-in-out; position: absolute; + left: 0; background-color: $color-main-background; box-sizing: border-box; } @@ -1008,7 +1009,7 @@ kbd { overflow: hidden; text-overflow: ellipsis; order: 1; - flex: 1 1 0; + flex: 1 1 0px; padding-right: 10px; cursor: pointer; }