justinpark commented on code in PR #29672:
URL: https://github.com/apache/superset/pull/29672#discussion_r1693375605
##########
superset-frontend/src/components/AsyncAceEditor/index.tsx:
##########
@@ -167,15 +172,66 @@ export default function AsyncAceEditor(
}, [keywords, setCompleters]);
return (
- <ReactAceEditor
- ref={ref}
- mode={mode}
- theme={theme}
- tabSize={tabSize}
- defaultValue={defaultValue}
- setOptions={{ fontFamily }}
- {...props}
- />
+ <>
+ <Global
+ styles={css`
+ .ace_tooltip {
Review Comment:
As @michael-s-molina and I discussed offline, the SqlLab/AceEditorWrapper
component has styles associated with the SqlLab Editor, and this section
applies the global ace-editor styles.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]