1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 02:38:32 +03:00

Remove Label bg hack (#1746)

* Remove Label bg hack

* Create heavy-rivers-retire.md
This commit is contained in:
simurai 2021-11-15 12:50:15 +09:00 committed by GitHub
parent 9b97dc8fec
commit 9e6b5f5671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Remove `Label` bg hack

View File

@ -10,7 +10,6 @@
.label, // TODO: Deprecte
.Label {
@include labels-base;
background-color: transparent !important; // TODO: Remove again
border-color: var(--color-border-default);
&:hover {