Files
openproject/app/components/settings
Alexander Brandon Coles b55ca2d1d1 Replace CSS nesting selector with :scope
Although the result should be the same in evergreen browsers, `:scope`
pseudo-selector has been around longer and as such, is better supported
than the CSS nesting selector (`&`).

See:
- https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/:scope
- https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Nesting_selector
2026-02-02 17:33:40 -03:00
..