Remove border-radius in color-picker buttons on Windows

This commit is contained in:
Dan Stillman 2024-05-07 05:15:27 -04:00 committed by Dan Stillman
parent 14ea68c819
commit de9e7ff962

View file

@ -29,6 +29,7 @@ color-picker {
appearance: none;
height: auto;
border: 0;
border-radius: 0;
margin: 0;
padding: 0;
}