aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-06-04 18:21:15 -0700
committerChris Rebert <[email protected]>2016-06-04 18:21:15 -0700
commit0f3d427bbdccec8597dff63494d390df6b441c24 (patch)
treef6d0ef48442bd0067210188031bd091aab8fdf16 /docs/dist/css/bootstrap.css
parenteb350d1a7c91a42b4d943b13edf9304309920cb7 (diff)
downloadbootstrap-0f3d427bbdccec8597dff63494d390df6b441c24.tar.xz
bootstrap-0f3d427bbdccec8597dff63494d390df6b441c24.zip
grunt
[ci skip]
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index d0281dd01..40ab9a914 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -1,5 +1,6 @@
/*!
* Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
+ * Copyright 2011-2016 The Bootstrap Authors
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@@ -396,17 +397,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 +5667,10 @@ button.close {
border-radius: 0.2375rem 0.2375rem 0 0;
}
+.popover-title:empty {
+ display: none;
+}
+
.popover-content {
padding: 9px 14px;
}