fix attachment clickability

This commit is contained in:
Felix Niklas 2015-06-12 11:49:23 +02:00
parent 151d91f303
commit 0526970b6c

View file

@ -3537,7 +3537,8 @@ footer {
display: none; display: none;
white-space: nowrap; white-space: nowrap;
margin-left: auto; margin-left: auto;
@extend .u-clickable; cursor: pointer;
user-select: none;
} }
.attachment:hover .attachment-delete { .attachment:hover .attachment-delete {
@ -3561,7 +3562,8 @@ footer {
display: inline-block; display: inline-block;
overflow: hidden; overflow: hidden;
vertical-align: bottom; vertical-align: bottom;
@extend .u-highlight, .u-clickable; pointer-events: auto;
@extend .u-highlight;
} }
.attachmentUpload { .attachmentUpload {