rusackas commented on code in PR #38169:
URL: https://github.com/apache/superset/pull/38169#discussion_r2892757919


##########
superset-frontend/packages/superset-core/src/ui/theme/GlobalStyles.tsx:
##########
@@ -98,6 +98,17 @@ export const GlobalStyles = () => {
         [role='button'] {
           cursor: pointer;
         }
+
+        // Override geostyler CSS that hides AntD ColorPicker alpha input
+        // See: https://github.com/apache/superset/issues/34721
+        .ant-color-picker .ant-color-picker-alpha-input {
+          display: block;
+        }
+
+        .ant-color-picker .ant-color-picker-slider-alpha {
+          display: flex;
+          margin-top: 8px;

Review Comment:
   Yes, we're using `theme.marginXS` which is an antd design token for the 
extra-small margin spacing. Updated in the latest commit to make this explicit 
(the rebase had accidentally resolved it to a hardcoded `8px`).



-- 
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