-
Notifications
You must be signed in to change notification settings - Fork 486
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
Dropdown menu with lists markup is not looking correctly #425
Labels
status: next-release
Issues that will enter into the next release
Comments
Pattern for
|
Hey @pat270 Could you please give us the complete markup in both cases (ul - li and divs), with search form, alert, etc...? Just to be sure we're not messing it up ;) Thx!! |
pat270
added a commit
to pat270/clay
that referenced
this issue
Jan 20, 2018
pat270
added a commit
to pat270/clay
that referenced
this issue
Jan 22, 2018
robframpton
pushed a commit
to robframpton/clay
that referenced
this issue
Jan 23, 2018
pat270
added a commit
to pat270/clay
that referenced
this issue
Jan 24, 2018
Label this as |
pat270
added
the
status: next-release
Issues that will enter into the next release
label
Jan 25, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dropdown menu markup should be compatible with lists markup to improve semantics. We are currently using
lists in dropdown-menu, we tried to use "list-unstyled" to reset the ul native styles but it does not look like the best option.
Examples in components:
clay-dropdown/demos/
clay-card/demos/
The text was updated successfully, but these errors were encountered: