mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
editor: fix text on selected search result not visible
This commit is contained in:
@@ -286,10 +286,11 @@ img.ProseMirror-separator {
|
|||||||
|
|
||||||
.search-result.selected {
|
.search-result.selected {
|
||||||
background-color: var(--accent-secondary) !important;
|
background-color: var(--accent-secondary) !important;
|
||||||
|
color: var(--accentForeground-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-result {
|
.search-result {
|
||||||
background-color: var(--background-secondary);
|
background-color: var(--shade-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .line-number-widget,
|
/* .line-number-widget,
|
||||||
|
|||||||
Reference in New Issue
Block a user