diff options
| author | Louis-Maxime Piton <[email protected]> | 2023-01-02 17:07:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-02 16:07:48 +0000 |
| commit | 0d64dc6dfc1984672b2c9bb53462323ff7c7ceb0 (patch) | |
| tree | 8d117add2a81efd42cf33168c485f8201136643c /site/layouts/_default/docs.html | |
| parent | dbdfab8a952bd0844d405eedeaf3ee2a0177bd9f (diff) | |
| download | bootstrap-0d64dc6dfc1984672b2c9bb53462323ff7c7ceb0.tar.xz bootstrap-0d64dc6dfc1984672b2c9bb53462323ff7c7ceb0.zip | |
Docs: offcanvas toggles accessibility fixes, fully hide layout template input
Co-authored-by: Patrick H. Lauke <[email protected]>
Diffstat (limited to 'site/layouts/_default/docs.html')
| -rw-r--r-- | site/layouts/_default/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index a34bfd9ab..52f25357b 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -68,5 +68,5 @@ {{ range .Page.Params.extra_js -}} <script{{ with .async }} async{{ end }} src="{{ .src }}"></script> {{- end -}} - <div class="position-fixed"><input type="text" tabindex="-1"></div> + <div class="position-fixed" aria-hidden="true"><input type="text" tabindex="-1"></div> {{ end }} |
