Disable hotspot buttons on hotspot hide

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-10-29 17:50:51 -07:00
parent 4f1ff35194
commit 11bac465d9
3 changed files with 18 additions and 4 deletions

View File

@@ -126,6 +126,11 @@
&[toggled] {
background: #00000033;
}
&[disabled] {
pointer-events: none;
opacity: .3;
}
}
.prev-hs img {