Improve accessibility of the nav toggle button
Improve the accessibility for the nav toggle button by adding a border around the button when it is focussed on. I've added a custom Tailwind CSS variant to do this using a custom `focus-visible` variant in tailwind.config.js, and using the https://www.npmjs.com/package/focus-visible polyfill.
This commit is contained in:
parent
95d4c4a03b
commit
fe7142e1f1
5 changed files with 82 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
import 'alpinejs'
|
||||
import 'focus-visible'
|
||||
import 'styles/tailwind.pcss'
|
||||
import hljs from 'highlightjs'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue