feat(beta): public spaces (#2473)

This commit is contained in:
Philip Okugbe
2026-09-05 11:52:10 +01:00
committed by GitHub
parent f4796c982e
commit 876f3da1b2
117 changed files with 7592 additions and 715 deletions
+10
View File
@@ -61,3 +61,13 @@
var(--mantine-color-dark-5)
);
}
/* The skip-link target main is tabindex="-1", so clicks in readonly content
* focus it and overlays (e.g. the lightbox) return focus to it on close,
* ringing the whole content region. The skip link's purpose is reading
* position, not a visible ring around everything, so suppress the outline.
*/
#main-content:focus,
#main-content:focus-visible {
outline: none;
}