From 7495c6b698e0afe169c1138baabc29f70d4b44a2 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 21 Oct 2020 00:02:58 +0300 Subject: [PATCH] fix attachment remove pointer --- src/components/post_status_form/post_status_form.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 428b8560..3cd9e7a5 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -511,7 +511,7 @@ flex-direction: column; } - .attachments .media-upload-wrapper{ + .attachments .media-upload-wrapper { padding: 0 0.5em; .attachment { @@ -531,6 +531,7 @@ border-radius: $fallback--attachmentRadius; border-radius: var(--attachmentRadius, $fallback--attachmentRadius); font-weight: bold; + cursor: pointer; } }