From d737ee3920ece84190958bfeac0d29fb8cc76b02 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Wed, 29 Nov 2017 19:39:02 -0500 Subject: [PATCH] Minor Sass consistency changes Ported from https://github.com/twbs/bootstrap/pull/24677 --- src/reboot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reboot.css b/src/reboot.css index 5347008..0cd578d 100644 --- a/src/reboot.css +++ b/src/reboot.css @@ -87,7 +87,7 @@ body { * Credit: https://github.com/suitcss/base */ [tabindex="-1"]:focus { - outline: none !important; + outline: 0 !important; } /**