aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap-reboot.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dist/css/bootstrap-reboot.css')
-rw-r--r--docs/dist/css/bootstrap-reboot.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css
index 230c686df..f5d4414c1 100644
--- a/docs/dist/css/bootstrap-reboot.css
+++ b/docs/dist/css/bootstrap-reboot.css
@@ -259,7 +259,6 @@ html {
}
html {
- font-size: 16px;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
@@ -335,11 +334,6 @@ a:focus, a:hover {
text-decoration: underline;
}
-a:focus {
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
@@ -351,7 +345,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
}
a:not([href]):not([tabindex]):focus {
- outline: none;
+ outline: 0;
}
pre {