Skip to content

Commit

Permalink
fix(avatar): remove outline and reduce redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Sep 13, 2024
1 parent 7fedb1f commit 04dda37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-peas-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spectrum-css/avatar": minor
---

Updates the avatar link styles to reduce redundancy and properly remove the border that was displayed in high contrast mode.
4 changes: 1 addition & 3 deletions components/avatar/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@
}

.spectrum-Avatar-link {
outline: none;
outline-color: transparent;
outline-style: solid;
outline: 0;
}

.spectrum-Avatar-image {
Expand Down

0 comments on commit 04dda37

Please sign in to comment.