Skip to content

Commit 6c22133

Browse files
jdanyowsimurai
andauthored
set .btn-primary:disabled octicon color (#1442)
* set .btn-primary:disabled octicon color * Create wicked-dolphins-study.md Co-authored-by: simurai <simulus@gmail.com>
1 parent 3b552c7 commit 6c22133

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Fix octicon color for disabled .btn-primary

src/buttons/button.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@
139139
color: var(--color-btn-primary-disabled-text);
140140
background-color: var(--color-btn-primary-disabled-bg);
141141
border-color: var(--color-btn-primary-disabled-border);
142+
143+
.octicon {
144+
color: var(--color-btn-primary-disabled-text);
145+
}
142146
}
143147

144148
&:focus,

0 commit comments

Comments
 (0)