chore: Changes the mention tag design in the private note. (#1789)
This commit is contained in:
@@ -208,7 +208,7 @@ export default {
|
|||||||
max-width: 32rem;
|
max-width: 32rem;
|
||||||
padding: var(--space-small) var(--space-normal);
|
padding: var(--space-small) var(--space-normal);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-private .file.message-text__wrap {
|
&.is-private .file.message-text__wrap {
|
||||||
.ion-document-text {
|
.ion-document-text {
|
||||||
color: var(--w-400);
|
color: var(--w-400);
|
||||||
@@ -220,10 +220,18 @@ export default {
|
|||||||
color: var(--w-400);
|
color: var(--w-400);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user