Add shortcuts (#85)

* Add yarn.lock to .gitignore

* Extract available shapes to one place

* Add event listeners for shapes shortcuts

* fixup! Add event listeners for shapes shortcuts

* Underline first letter of shapes

to indicate interactivity

* fixup! Extract available shapes to one place

* fixup! Add event listeners for shapes shortcuts
This commit is contained in:
Alex Bratsos
2020-01-04 01:08:34 +02:00
committed by Christopher Chedeau
parent 8c974411ce
commit 58d81280c9
3 changed files with 64 additions and 28 deletions
+8
View File
@@ -18,6 +18,14 @@ label {
margin-right: 10px;
}
label span {
display: inline-block;
}
label span::first-letter {
text-decoration: underline;
}
input[type="number"] {
width: 30px;
}