Fix uncached media in web UI not being clickable (#11745)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user