summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-08-06 00:09:21 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-08-06 00:09:21 +0900
commit0d9782571f2c6a62116a0c6d1718a84b481fcc93 (patch)
tree1ee6eda5a99966df26333f1c2f1004066e47ddc3 /src
parentMerge pull request #2095 from syuilo/l10n_master (diff)
downloadmisskey-0d9782571f2c6a62116a0c6d1718a84b481fcc93.tar.gz
misskey-0d9782571f2c6a62116a0c6d1718a84b481fcc93.tar.bz2
misskey-0d9782571f2c6a62116a0c6d1718a84b481fcc93.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/components/ui/form/button.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/ui/form/button.vue b/src/client/app/common/views/components/ui/form/button.vue
index 6e1475bc38..9c37b3118b 100644
--- a/src/client/app/common/views/components/ui/form/button.vue
+++ b/src/client/app/common/views/components/ui/form/button.vue
@@ -45,6 +45,9 @@ root(isDark)
color isDark ? #fff : #606266
transition 0.1s
+ *
+ pointer-events none
+
&:hover
&:focus
color $theme-color