1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

add border radius rule to base to override chroma macOS

This commit is contained in:
Diana Mounter 2017-11-01 11:39:53 -04:00
parent 8b5ebf006d
commit e12abf9065

View File

@ -64,4 +64,6 @@ th {
button {
cursor: pointer;
// Remove border radius added by Chroma macOS
border-radius: 0;
}