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 an issue with input[type='search'] styling #1264

Closed
wants to merge 1 commit into from

Conversation

billoosijok
Copy link

Changes proposed in this Pull Request:

For input[type='search'], I added -webkit-appearance: textfield;. Otherwise, styles won't be applied. Read more here: h5bp/html5-boilerplate#396

Related issue(s):

There was an issue when trying to style `input[type='search']` on Safari, the styles don't apply. I added `-webkit-appearance: textfield;` to the `input[type='search']` so that it can be styled like a text input field.
@m-e-h
Copy link

m-e-h commented Feb 23, 2018

CSS changes for _s seem to be at a standstill right now for some reason but I think updating normalize is on the roadmap. #1155

@crunnells
Copy link
Contributor

#1272 supercedes this PR, as this CSS is included in the updated normalize.css. Thanks for your work here @billoosijok!

@crunnells crunnells closed this Feb 28, 2018
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.

3 participants