Skip to content

Commit

Permalink
Remove outline reset of .SelectMenu-closeButton (#2211)
Browse files Browse the repository at this point in the history
* Update select-menu.scss

* Create clean-wombats-run.md

Co-authored-by: Katie Langerman <langermank@github.com>
  • Loading branch information
imjohnbo and langermank authored Aug 24, 2022
1 parent c475574 commit 8e5f622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clean-wombats-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Remove outline reset of `.SelectMenu-closeButton`
1 change: 0 additions & 1 deletion src/select-menu/select-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ $SelectMenu-max-height: 480px !default;
// Different states

// Reset outlines
.SelectMenu-closeButton:focus,
.SelectMenu-tab:focus,
.SelectMenu-item:focus {
outline: 0;
Expand Down

0 comments on commit 8e5f622

Please sign in to comment.