Skip to content

Commit

Permalink
Revert TimelineItem-badge fix (#1563)
Browse files Browse the repository at this point in the history
* Revert `TimelineItem-badge` fix

* Create thirty-tips-help.md
  • Loading branch information
simurai authored Sep 2, 2021
1 parent a6e3c6f commit 679d70b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-tips-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Revert `TimelineItem-badge` fix
4 changes: 1 addition & 3 deletions src/timeline/timeline-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
// stylelint-disable-next-line primer/colors
color: var(--color-icon-secondary);
align-items: center;
background-color: var(--color-bg-canvas); // covers the "line"
background-image: linear-gradient(0deg, var(--color-timeline-badge-bg), var(--color-timeline-badge-bg));
background-color: var(--color-timeline-badge-bg);
// stylelint-disable-next-line primer/borders
border: 2px $border-style var(--color-bg-canvas);
border-radius: 50%;
Expand Down Expand Up @@ -93,7 +92,6 @@
// stylelint-disable-next-line primer/colors
color: var(--color-icon-secondary);
background-color: var(--color-bg-canvas);
background-image: none;
border: 0;
}
}

0 comments on commit 679d70b

Please sign in to comment.