Skip to content

CSS [hidden] attribute selector conflicts with bootstrap v4 [hidden] rule #850

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

Closed
westurner opened this issue Jul 15, 2016 · 3 comments
Closed

Comments

@westurner
Copy link

This bootstrap rule causes these elements (div#djDebug, div#djDebugToolbar, div#djDebugToolbarHandle) to not be displayed:

From https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css :

template,
[hidden] {
  display: none;
}
@westurner
Copy link
Author

Is this fixable from bootstrap?

It may be helpful to not default to hidden="hidden"?

@westurner
Copy link
Author

I think adding and removing hidden="hidden" (in addition to the style="display:block" / style="display:none") would fix this

@westurner
Copy link
Author

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

No branches or pull requests

1 participant