Skip to content

Commit 1ebafaa

Browse files
authored
Remove left/right bg color borders from Avatar Stack (#3727)
Co-authored-by: jonrohan <[email protected]>
1 parent 4ba92f5 commit 1ebafaa

File tree

8 files changed

+8
-13
lines changed

8 files changed

+8
-13
lines changed

.changeset/tiny-frogs-pretend.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+
Remove left/right bg color borders from Avatar Stack
-503 Bytes
Loading
-503 Bytes
Loading
-488 Bytes
Loading
-488 Bytes
Loading

app/components/primer/beta/avatar_stack.pcss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
/* stylelint-disable-next-line primer/spacing */
3838
margin-right: -11px;
3939
background-color: var(--bgColor-default);
40-
/* stylelint-disable-next-line primer/colors */
41-
border-right: var(--borderWidth-thin) solid var(--bgColor-default);
4240
border-radius: var(--borderRadius-small);
4341
transition: margin 0.1s ease-in-out;
4442

@@ -48,7 +46,6 @@
4846

4947
&:last-child {
5048
z-index: 1;
51-
border-right: 0;
5249
}
5350

5451
/* stylelint-disable-next-line selector-max-type */
@@ -117,10 +114,6 @@
117114
margin-right: 0;
118115
margin-left: var(--base-size-4);
119116
}
120-
121-
& .avatar:not(:last-child) {
122-
border-left: 0;
123-
}
124117
}
125118

126119
& .avatar.avatar-more {
@@ -140,8 +133,5 @@
140133
margin-right: 0;
141134
/* stylelint-disable-next-line primer/spacing */
142135
margin-left: -11px;
143-
border-right: 0;
144-
/* stylelint-disable-next-line primer/colors */
145-
border-left: var(--borderWidth-thin) solid var(--bgColor-default);
146136
}
147137
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/view-components",
3-
"version": "0.45.1",
3+
"version": "0.45.2",
44
"description": "ViewComponents for the Primer Design System",
55
"main": "app/assets/javascripts/primer_view_components.js",
66
"module": "app/components/primer/primer.js",

0 commit comments

Comments
 (0)