Allow removing and changing the amount of already added rects

This commit is contained in:
heyarne 2022-01-01 19:22:15 +01:00
commit c340684b33
2 changed files with 35 additions and 8 deletions

View file

@ -51,3 +51,12 @@ input[type=number] {
.rect-dim {
width: 6em;
}
.inventory li a.delete-items {
display: none;
text-decoration: none;
}
.inventory li:hover a.delete-items {
display: inline;
}