mirror of
https://github.com/SigNoz/signoz.git
synced 2026-04-30 15:40:27 +01:00
* chore: update absolute tokens to semantic tokens * chore: update absolute tokens to semantic tokens - pre login pages * chore: update absolute tokens to semantic tokens - trace details * chore: update hex, absolute tokens to semantic tokens * chore: remove .claude/launch.json * chore: fix formatting errors * chore: prettier fixes * chore: prettier fixes * chore: prettier fixes * chore: update @signozhq/design-tokens to version 2.1.4 and adjust styles in periscope.scss * chore: update absolute tokens to semantic tokens * chore: update borders * chore: update snapshots * chore: update snapshots * chore: remove shadow in table footer * fix: update test snapshots * fix: remove extra padding in panel selection modal * fix: remove the default background in welcome checklist popover * fix: update background styles to use var(--l2-background) instead of var(--l3-background) * chore: use badge from @signozhq/ui (#10834) * chore: use badge from @signozhq/ui * chore: remove unused tooltip comp * chore: use sonner component from @signozhq/ui (#10835) * chore: use badge from @signozhq/ui * chore: remove unused tooltip comp * chore: use sonner component from @signozhq/ui * chore: use switch component from @signozhq/ui (#10836) * fix: update test cases to use components from signozhq/ui * fix: patch getComputedStyle to handle CSS parsing errors in tests * fix: update sonner import for signozhq/ui * fix: remove unused toast import from InviteMembersModal test * fix(yarn.lock): sync with current changes * feat: fix slow test case --------- Co-authored-by: Vinícius Lourenço <vinicius@signoz.io> Co-authored-by: aks07 <adityasinghssj1@gmail.com>
14 lines
202 B
SCSS
14 lines
202 B
SCSS
.query-builder-search-wrapper {
|
|
margin-top: 10px;
|
|
border: 1px solid var(--l1-border);
|
|
border-bottom: none;
|
|
|
|
.ant-select-selector {
|
|
border: none !important;
|
|
|
|
input {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|