-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdowns - format tweaks #276
Comments
Hey @jjagielka, Thanks for the feedback. This is something I'll have to pass by the design team. @robert1508 what do you think? |
Hello there, When there are no lines between the nav items, additional space must be placed to have visual consistency between the nav items and the dropdown menu itself. But of course, we will also add a variant similar to List group. |
Hello @jjagielka, I have updated all of the dropdown components (29c4ca3) to now use This will be launched and deployed on the docs when Cheers, |
Describe the bug
Dropdown
is like aList group
merged withTooltip
(or ratherPopover
). However it does not look consistent with those:Dropdown
uses classrounded
whileList group
,Tooltip
,Popover
and evenCard
,Button
,Toast
andModal
all userounded-lg
List group
fills the parent space fully i.e. first and last item are rounded in accordance with parent rounding.Dropdown
however usespy-1
on the parent, preventing items to fill the space fully (look at the hovering).To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dropdown
to look more likeList group
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: