From 96835e1512631a1a54e99e1179e06d2e23060705 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 12 May 2016 18:16:50 -0700 Subject: grunt --- docs/dist/css/bootstrap.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index d0281dd01..46747c11b 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -396,17 +396,17 @@ a:focus { outline-offset: -2px; } -a:not([href]) { +a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; } -a:not([href]):focus, a:not([href]):hover { +a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; } -a:not([href]):focus { +a:not([href]):not([tabindex]):focus { outline: none; } @@ -5666,6 +5666,10 @@ button.close { border-radius: 0.2375rem 0.2375rem 0 0; } +.popover-title:empty { + display: none; +} + .popover-content { padding: 9px 14px; } -- cgit v1.2.3