Skip to content

Commit

Permalink
Merge pull request #3204 from nextcloud/remove-button-shadow
Browse files Browse the repository at this point in the history
remove button shadow effect, fix #3203
  • Loading branch information
MorrisJobke committed Jan 24, 2017
2 parents fa5cb9c + 1936b56 commit 8f5c62c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -134,7 +129,7 @@ input[type='reset'] {
}
}
button, .button {
> span {
> span {
/* icon position inside buttons */
&[class^='icon-'],
&[class*=' icon-'] {
Expand Down

0 comments on commit 8f5c62c

Please sign in to comment.