Remove unneeded placeholder font styles, fixes #6.

This commit is contained in:
Nicolas Cusan
2019-08-16 11:32:42 +02:00
parent d4fed83c06
commit f784ff0c34
2 changed files with 1 additions and 21 deletions

View File

@@ -412,26 +412,6 @@ textarea {
font: inherit; /* 2 */
}
/**
* Fix placeholder font properties inheritance.
*/
::-webkit-input-placeholder {
font: inherit;
}
:-ms-input-placeholder {
font: inherit;
}
::-ms-input-placeholder {
font: inherit;
}
::placeholder {
font: inherit;
}
/**
* Clickable labels
*/

View File

@@ -1,6 +1,6 @@
{
"name": "destyle.css",
"version": "1.0.8",
"version": "1.0.9",
"description": "Opinionated reset stylesheet that provides a clean styling slate for your project.",
"main": "destyle.css",
"style": "destyle.css",