fix: AceEditor Autocomplete Highlight (#35316)

(cherry picked from commit 90f281f585)
This commit is contained in:
Geidō
2025-09-29 13:37:30 +03:00
committed by Joe Li
parent d9646dedd9
commit 7ba76a85f4

View File

@@ -193,6 +193,11 @@ const AceEditorWrapper = ({
width: ${theme.sizeUnit * 130}px !important;
}
.ace_completion-highlight {
color: ${theme.colorPrimaryText} !important;
background-color: ${theme.colorPrimaryBgHover};
}
.ace_tooltip {
max-width: ${SQL_EDITOR_LEFTBAR_WIDTH}px;
}