mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user