Merge pull request #3204 from nextcloud/remove-button-shadow

remove button shadow effect, fix #3203
This commit is contained in:
Morris Jobke 2017-01-24 13:34:12 -06:00 committed by GitHub
commit 8f5c62c99f
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-'] {