Skip to content

Commit 679d70b

Browse files
authored
Revert TimelineItem-badge fix (#1563)
* Revert `TimelineItem-badge` fix * Create thirty-tips-help.md
1 parent a6e3c6f commit 679d70b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.changeset/thirty-tips-help.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+
Revert `TimelineItem-badge` fix

src/timeline/timeline-item.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
// stylelint-disable-next-line primer/colors
3535
color: var(--color-icon-secondary);
3636
align-items: center;
37-
background-color: var(--color-bg-canvas); // covers the "line"
38-
background-image: linear-gradient(0deg, var(--color-timeline-badge-bg), var(--color-timeline-badge-bg));
37+
background-color: var(--color-timeline-badge-bg);
3938
// stylelint-disable-next-line primer/borders
4039
border: 2px $border-style var(--color-bg-canvas);
4140
border-radius: 50%;
@@ -93,7 +92,6 @@
9392
// stylelint-disable-next-line primer/colors
9493
color: var(--color-icon-secondary);
9594
background-color: var(--color-bg-canvas);
96-
background-image: none;
9795
border: 0;
9896
}
9997
}

0 commit comments

Comments
 (0)