From 808e69b36027e1eed3e51591c258e181d719cb6f Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Tue, 21 Dec 2021 10:47:24 -0500 Subject: [PATCH] Reduce specificity of abbr rule in preflight (#6671) --- src/css/preflight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/preflight.css b/src/css/preflight.css index 0464e90fb..e39110866 100644 --- a/src/css/preflight.css +++ b/src/css/preflight.css @@ -58,7 +58,7 @@ hr { Add the correct text decoration in Chrome, Edge, and Safari. */ -abbr[title] { +abbr:where([title]) { text-decoration: underline dotted; }