remove color preview buttons

This commit is contained in:
Ed Silkworth 2023-01-15 22:19:11 -08:00
parent de91c6dfbe
commit 8268722fb1
No known key found for this signature in database
GPG Key ID: 26F260F04191F431

View File

@ -87,3 +87,8 @@ details {
border: 1px solid var(--color-light-border)!important; /* use same border color as surrounding buttons */
border-right: none!important; /* border already there */
}
.color-preview {
display: unset!important; /* remove little color preview square */
margin-left: unset!important; /* remove subsequently redundant margin */
}