Skip to content

Commit 7fdc4f0

Browse files
committed
style: 💄 update the focus outline in the menu item component
1 parent 77b7ba4 commit 7fdc4f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/components/ui/menu/menu.scss

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
background: var(--color-background-default-hover);
4343
}
4444

45+
&:focus {
46+
outline: 2px solid var(--color-primary-default);
47+
outline-offset: -2px;
48+
}
49+
4550
&__icon {
4651
margin-right: 8px;
4752
grid-row: 1 / span 2;

0 commit comments

Comments
 (0)