Skip to content

Commit

Permalink
fix(MultiSelect Popover): Use :focus-visible instead of :focus for fo…
Browse files Browse the repository at this point in the history
…cus ring (#4396)

* fix(MultiSelect Popover): Use :focus-visible instead of :focus for focus ring

* Remove outline from :focus

Co-authored-by: Cassandra <cassandra.tam@cultureamp.com>

---------

Co-authored-by: Cassandra <cassandra.tam@cultureamp.com>
  • Loading branch information
dougmacknz and HeartSquared authored Dec 6, 2023
1 parent fcf1bb5 commit fd678f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-cups-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/components": patch
---

Use :focus-visible instead of :focus for popover focus ring
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

&:focus {
outline: none;
}

&:focus-visible {
border-color: $color-blue-500;
}
}

0 comments on commit fd678f4

Please sign in to comment.