mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: AceEditor Autocomplete Highlight (#35316)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user