ColorInput: use cursor: pointer on hover

This commit is contained in:
rektdeckard
2020-08-08 23:44:50 -04:00
parent 8c21d8c498
commit 40f56910be

View File

@@ -29,6 +29,7 @@ input.color-input {
border-radius: 8px;
margin: 0 0 0 4px;
padding: 0;
cursor: pointer;
}
input.color-input::-webkit-color-swatch-wrapper {