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/user_card | |
| parent | e351665bb31745e2639abef3e47bf4f9df616d6b (diff) | |
change approach to disable all, enable some
Diffstat (limited to 'src/components/user_card')
| -rw-r--r-- | src/components/user_card/user_card.vue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index d1cfe654..f916af9d 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -282,10 +282,6 @@ .user-card { position: relative; - ._misclick-prevention & { - pointer-events: none !important; - } - &:hover .Avatar { --_still-image-img-visibility: visible; --_still-image-canvas-visibility: hidden; |
