kasiazjc opened a new pull request, #40049:
URL: https://github.com/apache/superset/pull/40049

   ### SUMMARY
   
   Two styled button components in the deck.gl/map controls were using 
`text-transform: uppercase` in their CSS, which forced button labels to ALL 
CAPS. This is inconsistent with the rest of the Superset design system where 
buttons render in their natural casing.
   
   Removed `text-transform: uppercase` from:
   - `StyledCloseButton` in `LayerConfigsPopoverContent.tsx`
   - `StyledSaveButton` in `LayerConfigsPopoverContent.tsx`
   - `StyledExtentButton` in `MapViewControl.tsx`
   
   ### TESTING INSTRUCTIONS
   
   1. Open a dashboard with a deck.gl map chart
   2. Open the layer configuration popover
   3. Verify "Save" and "Close" buttons render in natural casing (not ALL CAPS)
   4. Open the map view control popover
   5. Verify the extent button renders in natural casing
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [x] Changes UI
   - [ ] Includes DB Migration
   - [ ] 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.

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]

Reply via email to