Skip to content

Commit

Permalink
remove button shadow effect, fix #3203
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Jan 23, 2017
1 parent 16afaa7 commit 39d477f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -134,7 +133,7 @@ input[type='reset'] {
}
}
button, .button {
> span {
> span {
/* icon position inside buttons */
&[class^='icon-'],
&[class*=' icon-'] {
Expand Down

0 comments on commit 39d477f

Please sign in to comment.