Reports: refactor ReportStatus, allow deleting individual statuses
This commit is contained in:
parent
8c8615498b
commit
142606d43a
5 changed files with 16 additions and 5 deletions
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/features/admin/components/report_status.js
Normal file
BIN
app/soapbox/features/admin/components/report_status.js
Normal file
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue