FEATURE: Make the draft error exclamation in composer red (#15475)
This commit is contained in:
parent
cfcdedb709
commit
9006c07373
|
@ -204,7 +204,7 @@
|
|||
|
||||
<div class={{if isUploading "hidden"}} id="draft-status">
|
||||
{{#if model.draftStatus}}
|
||||
<span title={{model.draftStatus}}>
|
||||
<span class="draft-error" title={{model.draftStatus}}>
|
||||
{{#if model.draftConflictUser}}
|
||||
{{avatar model.draftConflictUser imageSize="small"}} {{d-icon "user-edit"}}
|
||||
{{else}}
|
||||
|
|
|
@ -580,3 +580,7 @@ body:not(.ios-safari-composer-hacks) {
|
|||
color: var(--primary-medium);
|
||||
}
|
||||
}
|
||||
|
||||
.draft-error {
|
||||
color: var(--danger);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue