diff options
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; } |
