Skip to content

Commit

Permalink
set .btn-danger:disabled octicon color (#1443)
Browse files Browse the repository at this point in the history
* fix disabled btn-danger octicon color

* fix lint error

* Create stupid-dolls-hammer.md

Co-authored-by: simurai <simulus@gmail.com>
  • Loading branch information
jdanyow and simurai committed Jun 8, 2021
1 parent 1d366c4 commit c65b5f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/stupid-dolls-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fix octicon color for disabled .btn-danger
4 changes: 4 additions & 0 deletions src/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@
.Counter {
background-color: var(--color-btn-danger-disabled-counter-bg);
}

.octicon {
color: var(--color-btn-danger-disabled-text);
}
}

&:focus {
Expand Down

0 comments on commit c65b5f9

Please sign in to comment.