0
0
Fork 0

Add "not available" label on unknown media attachments (#11715)

This commit is contained in:
Eugen Rochko 2019-09-01 19:43:35 +02:00 committed by GitHub
parent 59b013df5f
commit d344289431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 4 deletions

View file

@ -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);
}
}
}
}