A bunch of sanity in search palette CSS (#7334)

* legacy style fix: clean `#search-wrapper svg` css

* search palette css review; `--ls-search-icon-color` var reabilitation

Co-authored-by: Konstantinos <konstantinos@logseq.com>
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
This commit is contained in:
Sergey Kolesnik
2022-12-05 18:51:27 +03:00
committed by GitHub
parent 1b052a75c6
commit 8b8fe908c0
4 changed files with 40 additions and 35 deletions

View File

@@ -378,14 +378,4 @@ html.is-mobile {
background: var(--ls-primary-background-color);
content: " ";
}
&.highlight {
color: var(--ls-selection-text-color);
border-color: var(--ls-selection-background-color);
&:before {
opacity: 0.5;
background: var(--ls-selection-background-color);
}
}
}