...
/Problem: Accessible Menu Button with Keyboard Focus Highlight
Problem: Accessible Menu Button with Keyboard Focus Highlight
Try to show a custom focus outline on menu buttons and items only during keyboard navigation.
We'll cover the following...
We'll cover the following...
Problem description
You are given a menu button component:
The menu trigger is a
<button class="menu-btn">
.The menu dropdown is a
<ul
...