Search⌘ K

Accessible Menu Button with Keyboard Focus Highlight

Understand how to make menu buttons and their items accessible by applying visible keyboard focus styles using CSS. Learn to use the :focus-visible selector for clear focus indication without affecting mouse interactions, enhancing usability for keyboard users.

Problem description

You are given a menu button component:

  • The menu trigger is a <button class="menu-btn">.

  • The menu dropdown is a ...