change approach to disable all, enable some

This commit is contained in:
Henry Jameson 2020-11-03 18:39:46 +02:00
parent e351665bb3
commit d126eddfca
9 changed files with 6 additions and 40 deletions

View file

@ -59,9 +59,12 @@ $status-margin: 0.75em;
justify-content: flex-end;
}
.user-avatar {
._misclick-prevention & {
pointer-events: none !important;
._misclick-prevention & {
pointer-events: none;
.attachments {
pointer-events: initial;
cursor: initial;
}
}
@ -114,10 +117,6 @@ $status-margin: 0.75em;
a {
display: inline-block;
word-break: break-all;
._misclick-prevention & {
pointer-events: none !important;
}
}
}
@ -260,10 +259,6 @@ $status-margin: 0.75em;
vertical-align: middle;
object-fit: contain;
}
._misclick-prevention & a {
pointer-events: none !important;
}
}
.status-fadein {

View file

@ -119,7 +119,6 @@
>
<router-link
:to="userProfileLink"
class="user-avatar"
@click.stop.prevent.capture.native="toggleUserExpanded"
>
<UserAvatar