remove button shadow effect, fix #3203

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-01-23 09:17:07 +01:00
parent 16afaa783b
commit 1936b56103
1 changed files with 1 additions and 6 deletions

View File

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