diff options
| author | XhmikosR <[email protected]> | 2019-02-19 16:46:56 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 2b8eebb4b89b8c2006dbfb80ccda576b32e04c57 (patch) | |
| tree | 2cc8efbc1c43a6628b86c0231ebada22a45ff3a9 /site/docs/4.3/examples | |
| parent | 089e3334a710ae5fddea3ec5bb1a83a8f786196c (diff) | |
| download | bootstrap-2b8eebb4b89b8c2006dbfb80ccda576b32e04c57.tar.xz bootstrap-2b8eebb4b89b8c2006dbfb80ccda576b32e04c57.zip | |
Remove `focusable="false"` from SVGs.
Diffstat (limited to 'site/docs/4.3/examples')
| -rw-r--r-- | site/docs/4.3/examples/album/index.html | 2 | ||||
| -rw-r--r-- | site/docs/4.3/examples/blog/index.html | 2 | ||||
| -rw-r--r-- | site/docs/4.3/examples/product/index.html | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/site/docs/4.3/examples/album/index.html b/site/docs/4.3/examples/album/index.html index 5d5c3f46e..6b3a53c31 100644 --- a/site/docs/4.3/examples/album/index.html +++ b/site/docs/4.3/examples/album/index.html @@ -26,7 +26,7 @@ extra_css: "album.css" <div class="navbar navbar-dark bg-dark shadow-sm"> <div class="container d-flex justify-content-between"> <a href="#" class="navbar-brand d-flex align-items-center"> - <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="mr-2" viewBox="0 0 24 24" focusable="false"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg> + <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" aria-hidden="true" class="mr-2" viewBox="0 0 24 24"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg> <strong>Album</strong> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation"> diff --git a/site/docs/4.3/examples/blog/index.html b/site/docs/4.3/examples/blog/index.html index 1276f3781..55b939380 100644 --- a/site/docs/4.3/examples/blog/index.html +++ b/site/docs/4.3/examples/blog/index.html @@ -18,7 +18,7 @@ include_js: false </div> <div class="col-4 d-flex justify-content-end align-items-center"> <a class="text-muted" href="#"> - <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="mx-3" role="img" viewBox="0 0 24 24" focusable="false"><title>Search</title><circle cx="10.5" cy="10.5" r="7.5"/><path d="M21 21l-5.2-5.2"/></svg> + <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="mx-3" role="img" viewBox="0 0 24 24"><title>Search</title><circle cx="10.5" cy="10.5" r="7.5"/><path d="M21 21l-5.2-5.2"/></svg> </a> <a class="btn btn-sm btn-outline-secondary" href="#">Sign up</a> </div> diff --git a/site/docs/4.3/examples/product/index.html b/site/docs/4.3/examples/product/index.html index aa69d572b..279aabcc5 100644 --- a/site/docs/4.3/examples/product/index.html +++ b/site/docs/4.3/examples/product/index.html @@ -7,7 +7,7 @@ extra_css: "product.css" <nav class="site-header sticky-top py-1"> <div class="container d-flex flex-column flex-md-row justify-content-between"> <a class="py-2" href="#"> - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mx-auto" role="img" viewBox="0 0 24 24" focusable="false"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg> + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mx-auto" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg> </a> <a class="py-2 d-none d-md-inline-block" href="#">Tour</a> <a class="py-2 d-none d-md-inline-block" href="#">Product</a> @@ -100,7 +100,7 @@ extra_css: "product.css" <footer class="container py-5"> <div class="row"> <div class="col-12 col-md"> - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2" role="img" viewBox="0 0 24 24" focusable="false"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg> + <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg> <small class="d-block mb-3 text-muted">© 2017-{{ site.time | date: "%Y" }}</small> </div> <div class="col-6 col-md"> |
