CSS: Remove rule for inputs having the placeholder attribute

This was meant to style the input's placeholder but it is just wrong.
This commit is contained in:
Eric Lippmann 2016-11-16 11:37:13 +01:00
parent 7c83db08a3
commit 3c8e41d4f6
1 changed files with 0 additions and 4 deletions

View File

@ -53,10 +53,6 @@ input::-webkit-input-placeholder {
color: inherit;
}
input[placeholder] {
color: inherit;
}
input.search {
background: transparent url("../img/icons/search.png") no-repeat scroll 0.1em center;
background-size: 1em 1em;