fix: AceEditor Autocomplete Highlight (#35316)

This commit is contained in:
Geidō
2025-09-29 13:37:30 +03:00
committed by GitHub
parent d62249d13f
commit 90f281f585

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;
}