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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
You need to add |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
You need to add
"hover-opacity": 0,to your custom themevariables.