Skip to content

Commit 868f61a

Browse files
jdanyowjonrohan
andauthored
Remove .avatar's box-shadow when in .AvatarStack-body (#1869)
* 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]>
1 parent 0db602d commit 868f61a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/dry-clocks-speak.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Minor bugfix for AvatarStack. Removing the box-shadow from the AvatarStack-body on hover.

src/avatars/avatar-stack.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
border-right: $border-width $border-style var(--color-canvas-default);
3737
// stylelint-disable-next-line primer/borders
3838
border-radius: $border-radius-1;
39+
box-shadow: none;
3940
transition: margin 0.1s ease-in-out;
4041

4142
&:first-child {

0 commit comments

Comments
 (0)