chore: snapshot notifications hardening and css/docs alignment

This commit is contained in:
2026-03-20 00:05:03 +01:00
parent fb6e30a062
commit 60c27e50cb
41 changed files with 1862 additions and 254 deletions

View File

@@ -2196,6 +2196,14 @@
transition: transform var(--app-transition);
}
/* Opt-out hook for components that should not render the default summary chevron. */
details[data-summary-chevron="none"] > summary::after,
details > summary[data-summary-chevron="none"]::after {
display: none !important;
content: none !important;
background-image: none !important;
}
details summary:focus {
outline: 0;
}
@@ -2303,6 +2311,13 @@
content: "";
}
details.dropdown[data-summary-chevron="none"] > summary::after,
details.dropdown > summary[data-summary-chevron="none"]::after {
display: none !important;
content: none !important;
background-image: none !important;
}
nav details.dropdown {
margin-bottom: 0;
}