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

change dropdown visiblity control to match bootstrap's #138

Closed
wants to merge 1 commit into from
Closed

change dropdown visiblity control to match bootstrap's #138

wants to merge 1 commit into from

Conversation

steve-lorimer
Copy link

Bootstrap uses display:none to control visibility of a dropdown, changing it to display:block when open.

Flat-UI uses opacity:0 and visibility:none.

The result is the same, but when you use a 3rd party bootstrap wrapper (eg ui-bootstrap), these differences break the dropdown in that it will be open but, but will still have opacity:0 and visibility:none.

Changing Flat-UI to use display:none fixes this.

@andrew-ml
Copy link
Contributor

Hello, @stevelorimer,.
please check the latest release, we have dropdown component completely rebuilt.

@andrew-ml andrew-ml closed this Oct 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants