Fix uncached media in web UI not being clickable (#11745)
This commit is contained in:
parent
5466b39c78
commit
34adc8784a
2 changed files with 6 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue