Add delete message button
This commit is contained in:
@@ -579,6 +579,23 @@ body {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
.message__action-btn--delete:hover {
|
||||
color: var(--color-red);
|
||||
}
|
||||
}
|
||||
|
||||
/* Pending delete: yellow highlight, click again to confirm */
|
||||
.message__action-btn--delete.pending {
|
||||
color: var(--color-yellow);
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
.message__action-btn--delete.pending:hover {
|
||||
color: var(--color-yellow);
|
||||
}
|
||||
}
|
||||
|
||||
.message__actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user