From 6d8d8639f3a290cba93ef406c59ea31ad46e1c6d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 11 Jan 2018 22:42:40 -0800 Subject: dist --- dist/css/bootstrap-reboot.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 1c6e2f16b..3eb1cf99f 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -147,7 +147,7 @@ a:not([href]):not([tabindex]) { text-decoration: none; } -a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { +a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; } @@ -184,19 +184,6 @@ svg:not(:root) { overflow: hidden; } -a, -area, -button, -[role="button"], -input:not([type="range"]), -label, -select, -summary, -textarea { - -ms-touch-action: manipulation; - touch-action: manipulation; -} - table { border-collapse: collapse; } -- cgit v1.2.3