From 977827d56f4b1ec7d0750bc5fea426c2019c5cb9 Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Tue, 15 Mar 2016 17:57:06 -0400 Subject: [PATCH] Use inherit to fix legend color Clarifies that the fix applies to within
--- normalize.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index de69191..ecec996 100644 --- a/normalize.css +++ b/normalize.css @@ -397,12 +397,12 @@ fieldset { } /** - * 1. Correct `color` not being inherited in IE 8/9/10/11. + * 1. Correct `color` not being inherited from fieldset in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { - border: 0; /* 1 */ + color: inherit; /* 1 */ padding: 0; /* 2 */ }