mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
add border radius rule to base to override chroma macOS
This commit is contained in:
parent
8b5ebf006d
commit
e12abf9065
@ -64,4 +64,6 @@ th {
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
// Remove border radius added by Chroma macOS
|
||||
border-radius: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user