Skip to content

Commit

Permalink
fix(ui): theme colors for the query builder popover
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Jan 8, 2024
1 parent ab94100 commit b57af93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/frontend/components/command_palette.css
Expand Up @@ -16,7 +16,6 @@
.menu-link {
transition: none;
border: none;
border-radius: unset !important;
background: none;

.type-icon {
Expand Down
14 changes: 13 additions & 1 deletion src/main/frontend/components/query/builder.css
Expand Up @@ -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 {
Expand Down Expand Up @@ -52,4 +58,10 @@
.query-clause-btn {
border-color: var(--ls-border-color);
}

.query-builder-picker {
.form-input {
@apply focus:border-0;
}
}
}

0 comments on commit b57af93

Please sign in to comment.