@tolokoban/ui
Version:
React components with theme
18 lines (16 loc) • 371 B
CSS
.InputColor {
--custom-shadow: var(--theme-shadow-3);
all: unset;
overflow: hidden;
cursor: pointer;
overflow: hidden;
border-radius: 0.5em;
padding: 0;
min-height: 0.5em;
transition: 0.2s all;
box-shadow: var(--custom-shadow), 0 0 0 1px currentColor inset;
appearance: none;
}
.InputColor > input {
visibility: hidden;
}