diff options
Diffstat (limited to 'src/components/status')
| -rw-r--r-- | src/components/status/status.scss | 17 | ||||
| -rw-r--r-- | src/components/status/status.vue | 1 |
2 files changed, 6 insertions, 12 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 769f7ef4..0a94de32 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -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 { diff --git a/src/components/status/status.vue b/src/components/status/status.vue index eb54befc..21412faa 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -119,7 +119,6 @@ > <router-link :to="userProfileLink" - class="user-avatar" @click.stop.prevent.capture.native="toggleUserExpanded" > <UserAvatar |
