0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-07 13:19:19 +08:00
discourse/plugins/discourse-presence/assets/stylesheets
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
..
presence.scss DEV: remove use of body:has() in CSS (#40841) 2026-06-12 14:13:05 -04:00