0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/plugins/discourse-presence/assets
Kris 14dfe55fdb
DEV: remove use of body:has() in CSS (#40841)
`body:has()` ends up checking the whole document, which isn't ideal! we
don't actually need them in either of these cases

in the case of the topic-replies-toggle-wrapper we can use a general
sibling selector, and for the presence alignment, the progress bar only
shows up at `<= 924px` anyway
2026-06-12 14:13:05 -04:00
..
javascripts/discourse DEV: Consolidate reusable components into ui-kit (#38703) 2026-05-11 18:07:36 -03:00
stylesheets DEV: remove use of body:has() in CSS (#40841) 2026-06-12 14:13:05 -04:00