diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/inputs.scss | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index a1af00298e5..6a2253ed6f7 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-'] { |