diff options
| author | Henry Jameson <me@hjkos.com> | 2020-11-03 18:39:46 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-11-03 18:39:46 +0200 |
| commit | d126eddfcac6e54f337e5aa3b9744a46f01e7ba9 (patch) | |
| tree | 13b0ae000e75bcbc9d175c33f8a9ec36c1853eec /src/components/status/status.scss | |
| parent | e351665bb31745e2639abef3e47bf4f9df616d6b (diff) | |
change approach to disable all, enable some
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 17 |
1 files changed, 6 insertions, 11 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 { |
