Skip to content

Commit 9e6b5f5

Browse files
authored
Remove Label bg hack (#1746)
* Remove Label bg hack * Create heavy-rivers-retire.md
1 parent 9b97dc8 commit 9e6b5f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/heavy-rivers-retire.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Remove `Label` bg hack

src/labels/labels.scss

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
.label, // TODO: Deprecte
1111
.Label {
1212
@include labels-base;
13-
background-color: transparent !important; // TODO: Remove again
1413
border-color: var(--color-border-default);
1514

1615
&:hover {

0 commit comments

Comments
 (0)