diff options
| author | Heinrich Fenkart <[email protected]> | 2017-01-01 03:21:02 +0100 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2017-01-01 03:21:02 +0100 |
| commit | daff021578d3afb9e8da4353038a6a5ad62343e1 (patch) | |
| tree | 73746e4132214b4293fcc66661ec5469366b4bb5 /docs/dist/css/bootstrap-reboot.css | |
| parent | c767a00d5d0b0511400fc8bce63edd6fcf589b27 (diff) | |
| download | bootstrap-daff021578d3afb9e8da4353038a6a5ad62343e1.tar.xz bootstrap-daff021578d3afb9e8da4353038a6a5ad62343e1.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap-reboot.css')
| -rw-r--r-- | docs/dist/css/bootstrap-reboot.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/dist/css/bootstrap-reboot.css b/docs/dist/css/bootstrap-reboot.css index 230c686df..7cdaba770 100644 --- a/docs/dist/css/bootstrap-reboot.css +++ b/docs/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 { |
