From 17f8067db55ca8645ee9652c8bcae34198661053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 22 Jan 2017 17:30:38 +0100 Subject: [PATCH] Fix Navigation menu shadow and added rules for icon in button 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 | 1 + core/css/inputs.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index 93e60fbfbf..115e2b64f0 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -620,6 +620,7 @@ em { height: auto; margin: 0; font-weight: inherit; + box-shadow: none; /* prevent .action class to break the design */ &.action { padding: inherit !important; diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 98543f4d5e..a1af00298e 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -140,6 +140,7 @@ button, .button { &[class*=' icon-'] { display: inline-block; vertical-align: text-bottom; + opacity: 0.5; } } }