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

Missing CSS for input with no type #45

Closed
hedgecox opened this issue Jul 10, 2020 · 1 comment
Closed

Missing CSS for input with no type #45

hedgecox opened this issue Jul 10, 2020 · 1 comment

Comments

@hedgecox
Copy link
Contributor

The CSS seems to use the following selector

textarea, select, input[type]

to style inputs, because of the [type], you get an unstyled input if you use the following HTML

<input />

@oxalorg
Copy link
Owner

oxalorg commented Sep 17, 2020

Thank you for the PR.

Sorry for the delay. It has been merged! :)

@oxalorg oxalorg closed this as completed Sep 17, 2020
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

2 participants