Add "not available" label on unknown media attachments (#11715)
This commit is contained in:
parent
59b013df5f
commit
d344289431
2 changed files with 19 additions and 4 deletions
|
@ -3477,6 +3477,14 @@ a.status-card.compact:hover {
|
|||
background: rgba($base-overlay-background, 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
cursor: not-allowed;
|
||||
|
||||
.spoiler-button__overlay__label {
|
||||
background: rgba($base-overlay-background, 0.5);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue