Pseudo element on details is not visible on firefox. Moved it to the summary.

master
Gijs 3 years ago
parent 75d46ce9d6
commit a4eb364ed4

@ -212,7 +212,7 @@ strong {
max-height: initial;
}
details::after {
details:not([open]) summary::after {
display: block;
content: 'show details ↓';
position: absolute;

Loading…
Cancel
Save