About Accessibility by Keyboard
To make specific HTML element browsable and focusable by [Tab]
and [Shift] + [Tab]
keys, add tabindex="0"
attribute to it.
You can also customize the focused state in CSS:
1 2 3 4 | div:focus { outline: none; /* add your custom style here… */ } |
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You