UX: ensure all children of .with-topic-progress are clickable (#31176)

This is a follow-up to 71eb2f6cda, we have
outlets in this wrapper too — so best to re-enable pointer events on all
immediate children of the disabled wrapper.
This commit is contained in:
Kris
2025-02-04 14:51:54 -05:00
committed by GitHub
parent 0e61565b2b
commit 8a83f6997b

View File

@@ -45,8 +45,8 @@
z-index: z("timeline");
pointer-events: none; // the wrapper can block mobile controls
#topic-progress-wrapper {
pointer-events: auto; // this unsets the above rule so the element is interactive
> * {
pointer-events: auto; // this unsets the above rule so the child elements are interactive
}
}