mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 14:44:53 +00:00
fix(ui): theme colors for the query builder popover
This commit is contained in:
@@ -21,7 +21,13 @@
|
||||
}
|
||||
|
||||
.cp__select .input-wrap input {
|
||||
border: none;
|
||||
@apply border-0 outline-0 text-popover-foreground/90;
|
||||
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.item-results-wrap {
|
||||
@apply py-1;
|
||||
}
|
||||
|
||||
.cp__select-input {
|
||||
@@ -52,4 +58,10 @@
|
||||
.query-clause-btn {
|
||||
border-color: var(--ls-border-color);
|
||||
}
|
||||
|
||||
.query-builder-picker {
|
||||
.form-input {
|
||||
@apply focus:border-0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user