fix mentions selection
This commit is contained in:
parent
7e01d2083d
commit
f7cd801e69
|
@ -58,7 +58,9 @@
|
|||
}
|
||||
|
||||
&.-has-selection {
|
||||
color: var(--selectionText);
|
||||
--color: var(--selectionText);
|
||||
--link: var(--selectionText);
|
||||
|
||||
background-color: var(--selectionBackground);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue