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;
|
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 {
|
||||||
|
|
Loading…
Reference in a new issue