WB Test scenario1

This commit is contained in:
2018-06-21 13:24:34 -04:00
parent 257fab58b2
commit aac021eb1b
3 changed files with 185 additions and 54 deletions

View File

@@ -8,7 +8,8 @@
#tag-browser .clear-button {
position: absolute;
top: 1em;;
top: 1em;
;
right: 1em;
}
@@ -16,3 +17,11 @@
background: purple;
color: white;
}
.is-link {
cursor: pointer;
}
.matching-items-list li {
cursor: pointer;
}