mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix drop shadow with filter
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
f038ecbfe3
commit
08c718da64
1 changed files with 1 additions and 1 deletions
|
|
@ -753,7 +753,7 @@ kbd {
|
|||
margin: 5px;
|
||||
margin-top: -5px;
|
||||
right: 0;
|
||||
filter: drop-shadow(0 1px 10px $color-box-shadow);
|
||||
filter: drop-shadow(0 1px 3px $color-box-shadow);
|
||||
display: none;
|
||||
|
||||
&:after {
|
||||
|
|
|
|||
Loading…
Reference in a new issue