From 38db2dba4ed7c93722c488b2d59fbe5de1990252 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Sun, 21 Oct 2018 19:51:38 +0530 Subject: [PATCH] Fix pin post UX --- frappe/public/js/frappe/social/components/Post.vue | 3 ++- frappe/public/less/social.less | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frappe/public/js/frappe/social/components/Post.vue b/frappe/public/js/frappe/social/components/Post.vue index cd637693e8..cbadb4bdd6 100644 --- a/frappe/public/js/frappe/social/components/Post.vue +++ b/frappe/public/js/frappe/social/components/Post.vue @@ -4,13 +4,14 @@
-
{{ user_name }}
+ {{ user_name }}
diff --git a/frappe/public/less/social.less b/frappe/public/less/social.less index 36c3629eb2..a99ca82618 100644 --- a/frappe/public/less/social.less +++ b/frappe/public/less/social.less @@ -93,7 +93,6 @@ body[data-route*="social"] { } .pin-option { .text-extra-muted; - cursor: pointer; display: none; } .pinned { @@ -101,7 +100,6 @@ body[data-route*="social"] { .pin-option { .text-muted; display: block; - cursor: pointer; } } &:hover {