Closed joshuagraber closed 5 months ago
Hey @josh-chamberlain Thank you for having a look.
I believe I've fixed the animation issue.
i think we should generally default to adding a 1px box around anything interactable if the background is not shaded, so that the bounding box of clickable things is clear. maybe ugly at first.
Can I ask a bit more about this? Do you mean a border, or a whole separate box? Regardless, the pointer cursor should signal what is "clickable," no? FWIW, for keyboard navigation, you should already see an outline from the browser when the element is focused.
My inclination is to not bake that into the component and add those styles at the page level. Wyt about that idea?
@joshuagraber nice, thank you! it seems fixed for me too.
yeah, I retract that box
feedback for now! Design noodling can come later.
Alright, sounds good to me! Merging. We can always do a clean-up PR at the end of this work, too.
:tada: This PR is included in version 2.7.0-beta.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Adds dropdown
64
To test
npm run dev