How to make opacity to 100 when hover the button? #2859
Unanswered
strongphoenix
asked this question in
Q&A
Replies: 1 comment
-
To disable the default hover opacity on your component, you can add the property |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am customizing the Button using Nextui button.
I don't want opacity effect when hover the button.
This is my code.
But
data-[hover=true]:!opacity-100
is not working and still I can see the traditional opacity valuedata-[hover=true]:opacity-hover[data-hover=true]{opacity: var(--nextui-hover-opacity) !important
.How can I disable this value?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions