fix: Mention dropdown color
This commit is contained in:
parent
0eab19668d
commit
f8390015e6
1 changed files with 1 additions and 6 deletions
|
|
@ -67,7 +67,7 @@
|
|||
width: 270px;
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: var(--border-radius-sm);
|
||||
background-color: var(--bg-color);
|
||||
background-color: var(--fg-color);
|
||||
box-shadow: var(--shadow-md);
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
@ -163,11 +163,6 @@
|
|||
overflow: scroll;
|
||||
}
|
||||
|
||||
.ql-mention-list-item.selected {
|
||||
background-color: var(--fg-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.mention>span {
|
||||
margin: 0 3px;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue