Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Comments

Fix an issue with input[type='search'] styling#1264

Closed
billoosijok wants to merge 1 commit intoAutomattic:masterfrom
billoosijok:patch-1
Closed

Fix an issue with input[type='search'] styling#1264
billoosijok wants to merge 1 commit intoAutomattic:masterfrom
billoosijok:patch-1

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants