diff options
| author | Mark Otto <[email protected]> | 2016-05-12 18:16:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-05-12 18:16:50 -0700 |
| commit | 96835e1512631a1a54e99e1179e06d2e23060705 (patch) | |
| tree | 454b8607002e27802f2371e5331fe5b78c728299 /docs/dist/css/bootstrap.css | |
| parent | 9a50b1f04f49c7b7891391879cf3a47e521f4f77 (diff) | |
| download | bootstrap-96835e1512631a1a54e99e1179e06d2e23060705.tar.xz bootstrap-96835e1512631a1a54e99e1179e06d2e23060705.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 10 |
1 files changed, 7 insertions, 3 deletions
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; } |
