mirror of
https://github.com/pi-hole/web.git
synced 2026-02-14 23:19:00 +00:00
The first rule adds a pseudo element (::before) with the desired text, to every `settings-container` element. The second rule removes that pseudo element from `settings-containers` with at least one child box without attribute `style="display: none;"` (in other words: at least one "visible" child box). This doesn't currently works in Firefox, but this may change in FF 121: https://www.mozilla.org/en-US/firefox/121.0beta/releasenotes/#note-789864 Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>