From 1e9f0ab99ea07bab6b66b4fd36b5814c61b3c0e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Dec 2015 22:11:27 -0800 Subject: grunt --- docs/dist/css/bootstrap.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index b6487c145..66a3378ca 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -333,6 +333,10 @@ body { background-color: #fff; } +[tabindex="-1"]:focus { + outline: none !important; +} + h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; @@ -449,6 +453,11 @@ label { margin-bottom: .5rem; } +button:focus { + outline: 1px dotted; + outline: 5px auto -webkit-focus-ring-color; +} + input, button, select, -- cgit v1.2.3