fix: small UI issues around image export dialog (#3642)

This commit is contained in:
David Luzar 2021-05-26 14:44:03 +02:00 committed by GitHub
parent 790c9fd02e
commit abebf9aff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 16 deletions

View file

@ -108,7 +108,7 @@
}
&:active {
background-color: var(--button-color-darkest);
box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%);
box-shadow: none;
}
svg {