-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
Allow custom elevation for interactive mode in Card component #3108
Comments
@shuyangli we chose not to support this because the whole thing is done elegantly in CSS using |
Can we instead export the box-shadows variables for all elevations then? My current workaround is to override the |
Oh sweet! That's exactly what I wanted. Do we want to add this to blueprint docs as well? |
Yeah, I don't see these specific ones on that page - I will submit a PR for it |
Feature request
Currently for the
Card
component, although we can customize the default elevation, we don't have an easy way to customize the elevation on hover. The current behavior has a couple drawbacks:interactive=true
The text was updated successfully, but these errors were encountered: