bug: fixes link icon doesn't work in the campaign editor (#3447)
This commit is contained in:
parent
7f8204a9da
commit
e182b59002
1 changed files with 7 additions and 0 deletions
|
@ -296,6 +296,13 @@ export default {
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
.ProseMirror-prompt {
|
||||
z-index: var(--z-index-highest);
|
||||
background: var(--color-background-light);
|
||||
border-radius: var(--border-radius-normal);
|
||||
border: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.is-private {
|
||||
.prosemirror-mention-node {
|
||||
font-weight: var(--font-weight-medium);
|
||||
|
|
Loading…
Reference in a new issue