fix: Mention dropdown color

This commit is contained in:
Suraj Shetty 2020-12-02 13:16:36 +05:30
parent 0eab19668d
commit f8390015e6

View file

@ -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;
}