This is an automated email from the ASF dual-hosted git repository.

kasiazjc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new d2ae5fb275c fix(ux): remove CSS-forced uppercase from button labels 
(#40049)
d2ae5fb275c is described below

commit d2ae5fb275c70a0dc744881a7c408a0dd8eb8f38
Author: Kasia <[email protected]>
AuthorDate: Tue May 12 14:28:39 2026 +0200

    fix(ux): remove CSS-forced uppercase from button labels (#40049)
---
 .../controls/LayerConfigsControl/LayerConfigsPopoverContent.tsx         | 2 --
 .../src/explore/components/controls/MapViewControl/MapViewControl.tsx   | 1 -
 2 files changed, 3 deletions(-)

diff --git 
a/superset-frontend/src/explore/components/controls/LayerConfigsControl/LayerConfigsPopoverContent.tsx
 
b/superset-frontend/src/explore/components/controls/LayerConfigsControl/LayerConfigsPopoverContent.tsx
index 1a8c761e925..f59c00704c7 100644
--- 
a/superset-frontend/src/explore/components/controls/LayerConfigsControl/LayerConfigsPopoverContent.tsx
+++ 
b/superset-frontend/src/explore/components/controls/LayerConfigsControl/LayerConfigsPopoverContent.tsx
@@ -64,7 +64,6 @@ export const StyledCloseButton = styled(Button)`
     color: ${theme.colorPrimaryText};
     font-size: ${theme.fontSizeSM}px;
     font-weight: ${theme.fontWeightStrong};
-    text-transform: uppercase;
     min-width: ${theme.sizeUnit * 36};
     min-height: ${theme.sizeUnit * 8};
     box-shadow: none;
@@ -113,7 +112,6 @@ export const StyledSaveButton = styled(Button)`
     color: ${theme.colorTextLightSolid};
     font-size: ${theme.fontSizeSM}px;
     font-weight: ${theme.fontWeightStrong};
-    text-transform: uppercase;
     min-width: ${theme.sizeUnit * 36};
     min-height: ${theme.sizeUnit * 8};
     box-shadow: none;
diff --git 
a/superset-frontend/src/explore/components/controls/MapViewControl/MapViewControl.tsx
 
b/superset-frontend/src/explore/components/controls/MapViewControl/MapViewControl.tsx
index a3dda38a065..13c079bc70f 100644
--- 
a/superset-frontend/src/explore/components/controls/MapViewControl/MapViewControl.tsx
+++ 
b/superset-frontend/src/explore/components/controls/MapViewControl/MapViewControl.tsx
@@ -36,7 +36,6 @@ export const StyledExtentButton = styled(Button)`
     color: ${theme.colorPrimaryText};
     font-size: ${theme.fontSizeSM}px;
     font-weight: ${theme.fontWeightStrong};
-    text-transform: uppercase;
     min-width: ${theme.sizeUnit * 36};
     min-height: ${theme.sizeUnit * 8};
     box-shadow: none;

Reply via email to