update lib

This commit is contained in:
Nicolas Cusan
2019-08-16 11:37:24 +02:00
parent 06a4675e22
commit b1917b58ea

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
*/