Remove an item from the multiselect list

Fixes #2950
This commit is contained in:
Eric Brelsford
2016-07-25 15:46:54 -04:00
parent 747b9f37d5
commit d15a2e5aa3
2 changed files with 21 additions and 0 deletions
+8
View File
@@ -735,6 +735,14 @@ button.save.has-count .count::before {
opacity: .5;
}
.feature-list-item .label .close {
float: right;
}
.feature-list-item .label .close .icon {
opacity: 1;
}
.feature-list-item:hover .label {
background-color: #ececec;
}