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:
parent
1938596897
commit
5e87effa67
5
.changeset/cuddly-mugs-peel.md
Normal file
5
.changeset/cuddly-mugs-peel.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Fix `btn-primary` in flash alerts
|
@ -63,8 +63,12 @@
|
||||
color: var(--color-fg-muted);
|
||||
}
|
||||
|
||||
&.btn-primary .octicon {
|
||||
color: inherit;
|
||||
&.btn-primary {
|
||||
background-clip: border-box;
|
||||
|
||||
.octicon {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user