From 3a8dc3cc8070f3d57d48ca78c6770a3afb45dd6b Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Mon, 4 Nov 2019 09:48:08 +0100 Subject: [PATCH] Set `border: 0;` for form elements to prevent inheritance issues with parent elements --- destyle.css | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/destyle.css b/destyle.css index 58937af..e37ecf6 100644 --- a/destyle.css +++ b/destyle.css @@ -1,4 +1,4 @@ -/*! destyle.css v1.0.10 | MIT License | https://github.com/nicolas-cusan/destyle.css */ +/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */ /* Reset box-model ========================================================================== */ @@ -241,7 +241,7 @@ textarea { vertical-align: middle; color: inherit; font: inherit; - border: inherit; + border: 0; background: transparent; padding: 0; margin: 0; diff --git a/package.json b/package.json index 993c48c..b2af175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "destyle.css", - "version": "1.0.10", + "version": "1.0.11", "description": "Opinionated reset stylesheet that provides a clean styling slate for your project.", "main": "destyle.css", "style": "destyle.css",