Fix color picker button styles on Windows

This commit is contained in:
Abe Jellinek 2024-05-02 12:21:47 -04:00 committed by Dan Stillman
parent e414e6029b
commit 14ea68c819

View file

@ -27,7 +27,10 @@ color-picker {
.grid-tile, .grid-tile:hover {
appearance: none;
height: auto;
border: 0;
margin: 0;
padding: 0;
}
.grid-tile[selected="true"] {