1
1
mirror of https://github.com/primer/css.git synced 2024-11-29 14:14:26 +03:00

Fix btn-primary in flash alerts (#1991)

* Fix btn-primary in a flash alert

* Create cuddly-mugs-peel.md
This commit is contained in:
simurai 2022-03-22 15:29:18 +09:00 committed by GitHub
parent 1938596897
commit 5e87effa67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Fix `btn-primary` in flash alerts

View File

@ -63,8 +63,12 @@
color: var(--color-fg-muted);
}
&.btn-primary .octicon {
color: inherit;
&.btn-primary {
background-clip: border-box;
.octicon {
color: inherit;
}
}
}