Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/style/components/dropdown-menu.styl
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@
&.separator
background none

// React Aria gives the menu list container programmatic focus when a menu
// opens; it is never a meaningful keyboard focus target (keyboard users
// navigate the menu items, which carry their own :focus-visible outline),
// so suppress the browser's default focus outline on the container itself.
.menu-list-container:focus
outline none

.sub-menu
position absolute;
left 130px !important;
Expand Down
Loading