rusackas opened a new pull request #14531: URL: https://github.com/apache/superset/pull/14531
### SUMMARY <!--- Describe the change below, including rationale and design decisions --> PR #14485 cleaned up a bunch of LESS styles and moved them into Emotion. One style was also needed by the `SelectControl` component, and there was fallout from moving it away. This PR fixes it forward, putting the Emotion based styles where they're needed. I believe this is further indication that we need to standardize our Select components (there are several), to minimize these surprise regressions. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> Before:  After:  ### TEST PLAN <!--- What steps should be taken to verify the changes --> Pick any viz with a `group by` control - e.g. the Table viz. Check that the options in the menu don't look broken. Test all over the place for related fallout. ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
