chore: Changes the mention tag design in the private note. (#1789)

This commit is contained in:
Sivin Varghese
2021-02-17 12:50:26 +05:30
committed by GitHub
parent 2245233618
commit e9fb43c61e

View File

@@ -224,6 +224,14 @@ export default {
&.is-private.is-text > .message-text__wrap .link { &.is-private.is-text > .message-text__wrap .link {
color: var(--w-700); 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 { &.is-pending {