editor: click to select color

This commit is contained in:
Reorx 2023-02-16 21:00:23 +08:00
parent 5c79088305
commit 498f19345c
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ button {
align-items: center;
gap: 4px;
}
.value {
user-select: all;
}
input[type=color] {
background: transparent;