add remove icon to textboxes

This commit is contained in:
raphael
2019-01-14 14:11:21 +01:00
parent ecd1d294c7
commit bb7fcb64b7
3 changed files with 27 additions and 7 deletions

View File

@@ -53,4 +53,10 @@ button {
.textBox.active {
border: 1px dashed gray;
}
.textBox>.removeIcon {
display:none;
}
.textBox.active>.removeIcon {
display:block;
}