From 1936b561037b89b4363af071551a11598bfc5f65 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 23 Jan 2017 09:17:07 +0100 Subject: [PATCH] remove button shadow effect, fix #3203 Signed-off-by: Jan-Christoph Borchardt --- core/css/inputs.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/core/css/inputs.scss b/core/css/inputs.scss index a1af00298e..6a2253ed6f 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -115,11 +115,6 @@ input[type='reset'] { cursor: pointer; box-sizing: border-box; background-color: #fafafa; - box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15); - &:active, - &.active { - box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15); - } } /* Buttons */ @@ -134,7 +129,7 @@ input[type='reset'] { } } button, .button { - > span { + > span { /* icon position inside buttons */ &[class^='icon-'], &[class*=' icon-'] {