Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <hnrch02@gmail.com>2017-01-01 05:21:02 +0300
committerHeinrich Fenkart <hnrch02@gmail.com>2017-01-01 05:21:02 +0300
commitdaff021578d3afb9e8da4353038a6a5ad62343e1 (patch)
tree73746e4132214b4293fcc66661ec5469366b4bb5 /dist/css/bootstrap-reboot.css
parentc767a00d5d0b0511400fc8bce63edd6fcf589b27 (diff)
grunt
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 230c686df3..7cdaba770f 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -335,11 +335,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 +346,7 @@ a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
}
a:not([href]):not([tabindex]):focus {
- outline: none;
+ outline: 0;
}
pre {