aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/site/docs/4.5/content/reboot.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/twbs/bootstrap/site/docs/4.5/content/reboot.md')
-rw-r--r--vendor/twbs/bootstrap/site/docs/4.5/content/reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/site/docs/4.5/content/reboot.md b/vendor/twbs/bootstrap/site/docs/4.5/content/reboot.md
index 2f0904f3f..712e3d11f 100644
--- a/vendor/twbs/bootstrap/site/docs/4.5/content/reboot.md
+++ b/vendor/twbs/bootstrap/site/docs/4.5/content/reboot.md
@@ -303,7 +303,7 @@ These changes, and more, are demonstrated below.
Reboot includes an enhancement for `role="button"` to change the default cursor to `pointer`. Add this attribute to elements to help indicate elements are interactive. This role isn't necessary for `<button>` elements, which get their own `cursor` change.
{% capture example %}
-<span role="button">Non-button element button</span>
+<span role="button" tabindex="0">Non-button element button</span>
{% endcapture %}
{% include example.html content=example %}