add remove icon to textboxes
This commit is contained in:
@@ -53,4 +53,10 @@ button {
|
||||
|
||||
.textBox.active {
|
||||
border: 1px dashed gray;
|
||||
}
|
||||
.textBox>.removeIcon {
|
||||
display:none;
|
||||
}
|
||||
.textBox.active>.removeIcon {
|
||||
display:block;
|
||||
}
|
||||
Reference in New Issue
Block a user