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


##########
superset-frontend/src/components/Icons/BaseIcon.tsx:
##########
@@ -87,7 +100,7 @@ export const BaseIconComponent: React.FC<
     </span>
   ) : (
     <Component
-      css={iconCss}
+      css={[iconCss, disabled && disabledIconCss]}

Review Comment:
   I don't think I've seen it done this way before... cool!



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to