chore: snapshot notifications hardening and css/docs alignment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user