From 39d477f8070d4ebee37e3b675ecf2e5ab876ab6d 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/css/inputs.scss b/core/css/inputs.scss index a1af00298e5c0..170f9c38f7d08 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -115,7 +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); @@ -134,7 +133,7 @@ input[type='reset'] { } } button, .button { - > span { + > span { /* icon position inside buttons */ &[class^='icon-'], &[class*=' icon-'] {