diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-03 06:20:04 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-03 06:20:04 +0900 |
| commit | f187df3933ec18e815f5e05c375645105bad052c (patch) | |
| tree | 5e7a26e07d0aad9c9e4e77dc45fab62a1ad94cf4 /src | |
| parent | Fix bug (diff) | |
| download | misskey-f187df3933ec18e815f5e05c375645105bad052c.tar.gz misskey-f187df3933ec18e815f5e05c375645105bad052c.tar.bz2 misskey-f187df3933ec18e815f5e05c375645105bad052c.zip | |
Update reactions-viewer.reaction.vue
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/reactions-viewer.reaction.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/app/common/views/components/reactions-viewer.reaction.vue b/src/client/app/common/views/components/reactions-viewer.reaction.vue index e2a8b91b00..de52bc4a0e 100644 --- a/src/client/app/common/views/components/reactions-viewer.reaction.vue +++ b/src/client/app/common/views/components/reactions-viewer.reaction.vue @@ -173,6 +173,14 @@ export default Vue.extend({ border-radius 4px cursor pointer + &, * + -webkit-touch-callout none + -webkit-user-select none + -khtml-user-select none + -moz-user-select none + -ms-user-select none + user-select none + * user-select none pointer-events none |