Skip to content

Commit e545103

Browse files
authored
Add box-shadow back to the AvatarStack avatars (#3723)
Co-authored-by: jonrohan <54012+jonrohan@users.noreply.github.com>
1 parent 3c4bedb commit e545103

8 files changed

Lines changed: 5 additions & 1 deletion

File tree

.changeset/warm-bottles-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/view-components": patch
3+
---
4+
5+
Add box-shadow back to the AvatarStack avatars
3.54 KB
Loading
3.54 KB
Loading
3.12 KB
Loading
3.12 KB
Loading
2.75 KB
Loading
2.75 KB
Loading

app/components/primer/beta/avatar_stack.pcss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
/* stylelint-disable-next-line primer/colors */
4141
border-right: var(--borderWidth-thin) solid var(--bgColor-default);
4242
border-radius: var(--borderRadius-small);
43-
box-shadow: none;
4443
transition: margin 0.1s ease-in-out;
4544

4645
&:first-child {

0 commit comments

Comments
 (0)