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

@ -2,16 +2,20 @@
.excalidraw {
.Checkbox {
margin: 3px 0.3em;
margin: 4px 0.3em;
display: flex;
align-items: center;
cursor: pointer;
user-select: none;
&:hover:not(.is-checked) .Checkbox-box {
box-shadow: 0 0 0 2px #{$oc-blue-4};
-webkit-tap-highlight-color: transparent;
&:hover:not(.is-checked) .Checkbox-box:not(:focus) {
box-shadow: 0 0 0 2px #{$oc-blue-4};
}
&:hover:not(.is-checked) .Checkbox-box:not(:focus) {
svg {
display: block;
opacity: 0.3;