From e9fb43c61eccf19ee049f3ffd954357646488029 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+sivin-git@users.noreply.github.com> Date: Wed, 17 Feb 2021 12:50:26 +0530 Subject: [PATCH] chore: Changes the mention tag design in the private note. (#1789) --- .../components/widgets/conversation/Message.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/components/widgets/conversation/Message.vue b/app/javascript/dashboard/components/widgets/conversation/Message.vue index 648a8a317..41d770cf6 100644 --- a/app/javascript/dashboard/components/widgets/conversation/Message.vue +++ b/app/javascript/dashboard/components/widgets/conversation/Message.vue @@ -208,7 +208,7 @@ export default { max-width: 32rem; padding: var(--space-small) var(--space-normal); } - + &.is-private .file.message-text__wrap { .ion-document-text { color: var(--w-400); @@ -220,10 +220,18 @@ export default { color: var(--w-400); } } - + &.is-private.is-text > .message-text__wrap .link { color: var(--w-700); } + &.is-private.is-text > .message-text__wrap .prosemirror-mention-node { + font-weight: var(--font-weight-black); + background: none; + border-radius: var(--border-radius-small); + padding: 0; + color: var(--color-body); + text-decoration: underline; + } } &.is-pending {