Disable hotspot buttons on hotspot hide
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -126,6 +126,11 @@
|
||||
&[toggled] {
|
||||
background: #00000033;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
pointer-events: none;
|
||||
opacity: .3;
|
||||
}
|
||||
}
|
||||
|
||||
.prev-hs img {
|
||||
|
||||
Reference in New Issue
Block a user