Skip to content

Commit 3ad13ab

Browse files
authored
Fix TimelineItem--condensed background (#1556)
* Fix TimelineItem--condensed background * Create silver-items-talk.md
1 parent 966de4e commit 3ad13ab

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/silver-items-talk.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+
Fix TimelineItem--condensed background

src/timeline/timeline-item.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
// stylelint-disable-next-line primer/colors
9494
color: var(--color-icon-secondary);
9595
background-color: var(--color-bg-canvas);
96+
background-image: none;
9697
border: 0;
9798
}
9899
}

0 commit comments

Comments
 (0)