Skip to content
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

fix(dropdown): use button elements instead of links #490

Closed
wants to merge 1 commit into from
Closed

fix(dropdown): use button elements instead of links #490

wants to merge 1 commit into from

Conversation

pkozlowski-opensource
Copy link
Member

This fixes accessibility and cursor display issues.

Part of #142

This fixes accessibility and cursor display issues.
Part of #142
<a class="dropdown-item">Action - 1</a>
<a class="dropdown-item">Another Action</a>
<a class="dropdown-item">Something else is here</a>
<button class="dropdown-item">Action - 1</button>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent is off

@icfantv
Copy link
Member

icfantv commented Jul 29, 2016

Just the weird indent issue and LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants