Reports: refactor ReportStatus, allow deleting individual statuses

This commit is contained in:
Alex Gleason 2020-12-31 22:20:31 -06:00
parent 8c8615498b
commit 142606d43a
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
5 changed files with 16 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -166,14 +166,25 @@
font-weight: normal !important;
margin-bottom: 0 !important;
}
}
&__status {
display: flex;
border-bottom: 1px solid var(--accent-color--med);
padding: 10px 0;
&:last-child {
border: 0;
}
.status__content {
border-bottom: 1px solid var(--accent-color--med);
padding: 10px 0;
flex: 1;
padding: 0;
}
&:last-child {
border: 0;
}
&-actions {
padding: 3px 10px;
margin-left: auto;
}
}
}