0
0
Fork 0

Fix uncached media in web UI not being clickable (#11745)

This commit is contained in:
Eugen Rochko 2019-09-03 04:56:40 +02:00 committed by GitHub
parent 5466b39c78
commit 34adc8784a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -3449,6 +3449,10 @@ a.status-card.compact:hover {
height: auto;
}
&--click-thru {
pointer-events: none;
}
&--hidden {
display: none;
}
@ -3479,8 +3483,6 @@ a.status-card.compact:hover {
}
&:disabled {
cursor: not-allowed;
.spoiler-button__overlay__label {
background: rgba($base-overlay-background, 0.5);
}