Skip to content

Commit

Permalink
Remove .avatar's box-shadow when in .AvatarStack-body (#1869)
Browse files Browse the repository at this point in the history
* Remove .avatar's box-shadow when in .AvatarStack-body

fixes #1850

* Add changeset

* Update dry-clocks-speak.md

Co-authored-by: Jon Rohan <[email protected]>
  • Loading branch information
jdanyow and jonrohan authored Jan 4, 2022
1 parent 0db602d commit 868f61a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-clocks-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Minor bugfix for AvatarStack. Removing the box-shadow from the AvatarStack-body on hover.
1 change: 1 addition & 0 deletions src/avatars/avatar-stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
border-right: $border-width $border-style var(--color-canvas-default);
// stylelint-disable-next-line primer/borders
border-radius: $border-radius-1;
box-shadow: none;
transition: margin 0.1s ease-in-out;

&:first-child {
Expand Down

0 comments on commit 868f61a

Please sign in to comment.