Skip to content

Any way to make AccordionButtons not change their horizontal size on hover #8484

Discussion options

You must be logged in to vote

Alright, got a working fix.
I added the following to the root CSS file for my entire application:

.chakra-accordion__button:hover {
    transform: none;
    opacity: 1;
}

note: the double underscore in accordion__button is important.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ChristopherJTrent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant