1
1
mirror of https://github.com/primer/css.git synced 2024-11-12 22:06:08 +03:00

set .btn-danger:disabled octicon color (#1443)

* fix disabled btn-danger octicon color

* fix lint error

* Create stupid-dolls-hammer.md

Co-authored-by: simurai <simulus@gmail.com>
This commit is contained in:
Jeremy Danyow 2021-06-08 01:46:52 -07:00 committed by GitHub
parent 1d366c4b2c
commit c65b5f9cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Fix octicon color for disabled .btn-danger

View File

@ -264,6 +264,10 @@
.Counter {
background-color: var(--color-btn-danger-disabled-counter-bg);
}
.octicon {
color: var(--color-btn-danger-disabled-text);
}
}
&:focus {