Restyle the color picker a touch (#920)

This commit is contained in:
Jed Fox
2020-03-15 13:26:52 -04:00
committed by GitHub
parent d834ff4d89
commit e44801123a
8 changed files with 203 additions and 148 deletions

View File

@@ -2,9 +2,8 @@
display: inline-block;
cursor: pointer;
border: 1.5px solid #eee;
height: 2.5rem;
line-height: 2.5rem;
padding: 0 0.5rem;
line-height: 1;
padding: 0.75rem;
white-space: nowrap;
border-radius: var(--space-factor);
}