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-'] {