fix: update dropdown css

This commit is contained in:
Yunus M 2025-05-15 14:10:27 +05:30 committed by ahrefabhi
parent e000afeaeb
commit 353b1efe95
2 changed files with 8 additions and 5 deletions

View File

@ -162,7 +162,7 @@ function HavingFilter(): JSX.Element {
},
]),
]}
placeholder="Type aggregator functions like sum(), count_distinct(...), etc."
placeholder="Type Having query like count() > 10 ..."
basicSetup={{
lineNumbers: false,
autocompletion: true,

View File

@ -40,8 +40,8 @@
.cm-editor {
border-radius: 2px;
overflow: hidden;
background-color: transparent !important;
position: relative !important;
&:focus-within {
border-color: var(--bg-robin-500);
@ -65,12 +65,15 @@
font-weight: 500 !important;
margin-top: -2px !important;
min-width: 400px !important;
position: relative !important;
top: 0px !important;
position: absolute !important;
top: 38px !important;
left: 0px !important;
border-radius: 4px;
border: 1px solid var(--bg-slate-200, #1d212d);
border-top: none !important;
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
background: linear-gradient(
139deg,
rgba(18, 19, 23, 0.8) 0%,
@ -132,7 +135,7 @@
}
.cm-line {
line-height: 34px !important;
line-height: 36px !important;
font-family: 'Space Mono', monospace !important;
background-color: #121317 !important;