bito-code-review[bot] commented on PR #38604: URL: https://github.com/apache/superset/pull/38604#issuecomment-4083498305
<!-- Bito Reply --> The implementation uses a dual approach—inline styles for the default state (higher specificity than CSS classes) and CSS with !important for hover/active states (since pseudo-selectors can't be applied via the style prop). This follows the pattern from PR #38679 and is necessary for proper theming of secondary buttons. -- 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]
