aboutsummaryrefslogtreecommitdiff
path: root/src/components/reply_button
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-11-03 18:39:46 +0200
committerHenry Jameson <me@hjkos.com>2020-11-03 18:39:46 +0200
commitd126eddfcac6e54f337e5aa3b9744a46f01e7ba9 (patch)
tree13b0ae000e75bcbc9d175c33f8a9ec36c1853eec /src/components/reply_button
parente351665bb31745e2639abef3e47bf4f9df616d6b (diff)
change approach to disable all, enable some
Diffstat (limited to 'src/components/reply_button')
-rw-r--r--src/components/reply_button/reply_button.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/reply_button/reply_button.vue b/src/components/reply_button/reply_button.vue
index 4ca37d5e..a0ac8941 100644
--- a/src/components/reply_button/reply_button.vue
+++ b/src/components/reply_button/reply_button.vue
@@ -34,10 +34,6 @@
color: $fallback--cBlue;
color: var(--cBlue, $fallback--cBlue);
}
-
- ._misclick-prevention & {
- pointer-events: none !important;
- }
}
}
</style>