From daff021578d3afb9e8da4353038a6a5ad62343e1 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Sun, 1 Jan 2017 03:21:02 +0100 Subject: grunt --- docs/dist/css/bootstrap-reboot.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'docs/dist/css/bootstrap-reboot.css') diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index 230c686df..7cdaba770 100644 --- a/docs/dist/css/bootstrap-reboot.css +++ b/docs/dist/css/bootstrap-reboot.css @@ -335,11 +335,6 @@ a:focus, a:hover { text-decoration: underline; } -a:focus { - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; @@ -351,7 +346,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { } a:not([href]):not([tabindex]):focus { - outline: none; + outline: 0; } pre { -- cgit v1.2.3 From 0015da793aa446658b660894f26f86d00221f980 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 4 Jan 2017 11:59:07 -0800 Subject: grunt --- docs/dist/css/bootstrap-reboot.css | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/dist/css/bootstrap-reboot.css') diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index 7cdaba770..f5d4414c1 100644 --- a/docs/dist/css/bootstrap-reboot.css +++ b/docs/dist/css/bootstrap-reboot.css @@ -259,7 +259,6 @@ html { } html { - font-size: 16px; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } -- cgit v1.2.3