mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-01 09:02:54 +02:00
Remove unneeded placeholder font styles, fixes #6.
This commit is contained in:
20
destyle.css
20
destyle.css
@@ -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
|
||||
*/
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user