Skip to content

Commit

Permalink
fix(OptionsMenu): add spacing between focus outline and border (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Long authored Jan 31, 2023
1 parent 09ebdf8 commit ce15231
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/styles/options-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
}

.OptionsMenu__list-item:focus {
box-shadow: inset 0 0 0 2px var(--focus);
box-shadow: inset 0 0 0 1px var(--options-menu-hover-background-color),
inset 0 0 0 3px var(--focus);
}

.OptionsMenu__list-item[aria-disabled='true'] {
Expand Down

0 comments on commit ce15231

Please sign in to comment.