-
Notifications
You must be signed in to change notification settings - Fork 13.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: no direct use of supersetTheme (or bad LESS vars) in SqlEditor #16999
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16999 +/- ##
=======================================
Coverage 76.93% 76.93%
=======================================
Files 1030 1030
Lines 55031 55033 +2
Branches 7465 7465
=======================================
+ Hits 42336 42340 +4
+ Misses 12441 12439 -2
Partials 254 254
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…apache#16999) * chore: no direct use of supersetTheme (or bad LESS vars) in SqlEditor * putting the background back in, but using the theme. * should be no need for this import anymore.
…apache#16999) * chore: no direct use of supersetTheme (or bad LESS vars) in SqlEditor * putting the background back in, but using the theme. * should be no need for this import anymore.
SUMMARY
The SqlEditor had two small issues with some CSS that this PR corrects:
supersetTheme
instead of pulling it in via theThemeProvider
as is preferred.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
No difference.
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION