1
1
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:
simurai 2021-12-07 14:56:48 +09:00 committed by GitHub
parent 4a003873a6
commit b1c43f1f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Use `counter-border` for LHC

View File

@ -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;