Files
stupid-simple-network-inven…/frontend
olivier de03e38a3c fix: use :global(html.dark .selector) for scoped dark mode rules
Vue scoped styles append [data-v-xxx] to child selectors, so
`:global(html.dark) .foo` compiled to `.foo[data-v-xxx]` which never
matched. Wrapping the full rule in :global() prevents Vue from adding
the scope attribute.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 18:25:10 +02:00
..