How to disable background change on hover in VCard with "to" prop? #18212
|
If I specify the "to" prop in VCard, it will change color on hover. I don't need this, but I can't find the way to disable this behavior. |
Answered by
ferflores507
Feb 4, 2025
Replies: 2 comments 2 replies
|
You need to add |
2 replies
Answer selected by
Rusinas
|
I found this in the source code you can set it in your style like this or if you use scoped you can set it like this |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add
"hover-opacity": 0,to your custom themevariables.