From 0542f0423f0c04010d797ad11b7d4aa950438710 Mon Sep 17 00:00:00 2001 From: battaglr Date: Mon, 14 Mar 2016 22:30:13 -0300 Subject: [PATCH] Use explicit `outline-width` property instead of `outline` --- normalize.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/normalize.css b/normalize.css index 3a71d04..8471ce6 100644 --- a/normalize.css +++ b/normalize.css @@ -90,12 +90,12 @@ a { /** * Improve readability of focused elements when they are also in an - * active/hover state. + * active/hover state (opinionated). */ a:active, a:hover { - outline: 0; + outline-width: 0; } /* Text-level semantics