We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: transition: none
After changing themes via the theme panel, transition-disabling styles are still present:
*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}
Possibly because we're not calling cleanup() before the early return here, in theme-panel.handleAppearanceChange:
cleanup()
theme-panel.handleAppearanceChange
themes/packages/radix-ui-themes/src/components/theme-panel.tsx
Lines 70 to 78 in 5142179
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After changing themes via the theme panel, transition-disabling styles are still present:
Possibly because we're not calling
cleanup()
before the early return here, intheme-panel.handleAppearanceChange
:themes/packages/radix-ui-themes/src/components/theme-panel.tsx
Lines 70 to 78 in 5142179
The text was updated successfully, but these errors were encountered: