rusackas opened a new pull request, #38169: URL: https://github.com/apache/superset/pull/38169
### SUMMARY This PR fixes an issue where the alpha/opacity input field in the AntD ColorPicker component is hidden due to CSS styles from the geostyler library. **Root Cause**: The geostyler package includes CSS in `node_modules/geostyler/dist/Component/Symbolizer/Field/ColorField/ColorField.css` that sets `display: none` on several AntD ColorPicker elements including `.ant-color-picker-alpha-input` and `.ant-color-picker-slider-alpha`. **Solution**: Add global CSS overrides in `GlobalStyles.tsx` to restore the visibility of the alpha input and slider with appropriate spacing. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF **Before**: Alpha input field is hidden (as shown in issue screenshots) **After**: Alpha input field and slider are visible with proper spacing Note: The screenshots in the original issue #34721 show the problem clearly. ### TESTING INSTRUCTIONS 1. Navigate to any chart that uses the ColorPicker control (e.g., charts with color customization options) 2. Open the color picker popover 3. Verify that the alpha/opacity input field is visible below the color slider 4. Verify that there is appropriate spacing between the color slider and the alpha slider ### ADDITIONAL INFORMATION - [x] Has associated issue: Fixes #34721 - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration - [ ] Introduces new feature or API - [ ] Removes existing feature or API --- 🤖 Generated with [Claude Code](https://claude.ai/code) -- 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]
