mirror of
https://github.com/primer/css.git
synced 2024-11-25 18:26:14 +03:00
Use counter-border for LHC (#1792)
* Use counter-border for LHC * Create orange-ties-sin.md * Remove fallback
This commit is contained in:
parent
4a003873a6
commit
b1c43f1f8d
5
.changeset/orange-ties-sin.md
Normal file
5
.changeset/orange-ties-sin.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Use `counter-border` for LHC
|
@ -11,7 +11,7 @@
|
||||
color: var(--color-fg-default);
|
||||
text-align: center;
|
||||
background-color: var(--color-neutral-muted);
|
||||
border: $border-width $border-style transparent; // Support Firefox custom colors
|
||||
border: $border-width $border-style var(--color-counter-border);
|
||||
// stylelint-disable-next-line primer/borders
|
||||
border-radius: 2em;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user