From b1917b58ea6916a444143a5240bebccde239d890 Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Fri, 16 Aug 2019 11:37:24 +0200 Subject: [PATCH] update lib --- destyle.css | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/destyle.css b/destyle.css index 0582b15..5178dd6 100644 --- a/destyle.css +++ b/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 */