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; max-height: initial;
} }
details::after { details:not([open]) summary::after {
display: block; display: block;
content: 'show details ↓'; content: 'show details ↓';
position: absolute; position: absolute;

Loading…
Cancel
Save