Skip to content

Commit

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

* Create wicked-dolphins-study.md

Co-authored-by: simurai <[email protected]>
  • Loading branch information
jdanyow and simurai authored Jun 7, 2021
1 parent 3b552c7 commit 6c22133
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-dolphins-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fix octicon color for disabled .btn-primary
4 changes: 4 additions & 0 deletions src/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
color: var(--color-btn-primary-disabled-text);
background-color: var(--color-btn-primary-disabled-bg);
border-color: var(--color-btn-primary-disabled-border);

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

&:focus,
Expand Down

0 comments on commit 6c22133

Please sign in to comment.