cleaner color data selection

This commit is contained in:
np.w
2021-03-02 11:26:26 -06:00
parent e515beff62
commit 4aec9df491
5 changed files with 188 additions and 577 deletions
+4 -2
View File
@@ -303,16 +303,18 @@ button.button:hover {
display: grid;
grid-auto-flow: column;
width: fit-content;
gap:3px;
}
.color-selector-container > .color {
border-radius: 50%;
border: 2px solid black;
width: 2em;
height: 2em;
}
.color-selector-container > .color.selected {
border: 1px solid black;
border-width: 3px;
border-style: solid;
border-color: var(--black_light);
}
.color-selector-container > .color:hover {
cursor: pointer;