fix attachment clickability
This commit is contained in:
parent
151d91f303
commit
0526970b6c
1 changed files with 4 additions and 2 deletions
|
@ -3537,7 +3537,8 @@ footer {
|
|||
display: none;
|
||||
white-space: nowrap;
|
||||
margin-left: auto;
|
||||
@extend .u-clickable;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.attachment:hover .attachment-delete {
|
||||
|
@ -3561,7 +3562,8 @@ footer {
|
|||
display: inline-block;
|
||||
overflow: hidden;
|
||||
vertical-align: bottom;
|
||||
@extend .u-highlight, .u-clickable;
|
||||
pointer-events: auto;
|
||||
@extend .u-highlight;
|
||||
}
|
||||
|
||||
.attachmentUpload {
|
||||
|
|
Loading…
Reference in a new issue