Skip to content

Commit b1c43f1

Browse files
authored
Use counter-border for LHC (#1792)
* Use counter-border for LHC * Create orange-ties-sin.md * Remove fallback
1 parent 4a00387 commit b1c43f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/orange-ties-sin.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+
Use `counter-border` for LHC

src/labels/counters.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
color: var(--color-fg-default);
1212
text-align: center;
1313
background-color: var(--color-neutral-muted);
14-
border: $border-width $border-style transparent; // Support Firefox custom colors
14+
border: $border-width $border-style var(--color-counter-border);
1515
// stylelint-disable-next-line primer/borders
1616
border-radius: 2em;
1717

0 commit comments

Comments
 (0)