diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-12-27 23:02:32 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-12-27 23:02:32 +0900 |
| commit | 8573e258f8791e49f532631c19cbec160db38776 (patch) | |
| tree | 467f76559fbe13eeb4598af0202756b561bcfb77 /src/client | |
| parent | Resolve #3770 (diff) | |
| download | sharkey-8573e258f8791e49f532631c19cbec160db38776.tar.gz sharkey-8573e258f8791e49f532631c19cbec160db38776.tar.bz2 sharkey-8573e258f8791e49f532631c19cbec160db38776.zip | |
Set cursor default on hover the own reaction
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/reactions-viewer.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/reactions-viewer.vue b/src/client/app/common/views/components/reactions-viewer.vue index 8fa8ecfddd..a74a461188 100644 --- a/src/client/app/common/views/components/reactions-viewer.vue +++ b/src/client/app/common/views/components/reactions-viewer.vue @@ -151,6 +151,7 @@ export default Vue.extend({ margin-right 6px padding 0 6px border-radius 4px + cursor pointer * user-select none @@ -163,7 +164,6 @@ export default Vue.extend({ color var(--primaryForeground) &:not(.reacted) - cursor pointer background var(--reactionViewerButtonBg) &:hover |