Merge pull request #3204 from nextcloud/remove-button-shadow
remove button shadow effect, fix #3203
This commit is contained in:
commit
8f5c62c99f
1 changed files with 1 additions and 6 deletions
|
@ -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-'] {
|
||||
|
|
Loading…
Reference in a new issue