mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user