Remove unused code and prevent click propagation on the avatar list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-09-04 18:15:27 +02:00
parent cba7525951
commit b75d1ef3fd
2 changed files with 1 additions and 12 deletions

View File

@@ -111,9 +111,6 @@ export default {
display: flex;
flex-grow: 1;
/* & > div {
margin-right: 10px;
} */
.icon {
opacity: 0.5;
padding: 12px 3px;
@@ -125,14 +122,6 @@ export default {
opacity: 1;
}
}
.card-assigned-users {
flex-grow: 1;
padding: 6px 0;
margin-right: -5px;
.avatardiv {
float: right;
}
}
}
.badges .icon.due {