Commit 5f4bcef9 authored by Robert Knight's avatar Robert Knight

Only show outline on submenu toggle when activated by keyboard

Avoid showing a focus ring on the item when activating it via
touch/mouse for consistency with how other tab-reachable parts of the
menu and top bar work.
parent 5cae592d
...@@ -91,6 +91,8 @@ $menu-item-padding: 10px; ...@@ -91,6 +91,8 @@ $menu-item-padding: 10px;
// Toggle button used to expand or collapse the submenu associated with a menu // Toggle button used to expand or collapse the submenu associated with a menu
// item. // item.
.menu-item__toggle { .menu-item__toggle {
@include outline-on-keyboard-focus;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment