From 08361e61d27cb622fa3c1164e764ccc2e7201d65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 22 Jan 2017 17:57:10 +0100 Subject: [PATCH] App navigation utils buttons shadow fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 115e2b64f0f..17eb2c1f9ad 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -214,7 +214,8 @@ em { top: 0; bottom: 0; font-size: 12px; - button, .counter { + button, + .counter { width: 44px; height: 44px; padding-top: 12px; @@ -258,6 +259,7 @@ em { height: 100%; width: 100%; margin: 0; + box-shadow: none; } .app-navigation-entry-utils-menu-button { button { -- 2.39.5