Fix bad css scoping on accordions

This commit is contained in:
Antoine Bartuccio 2025-06-05 19:57:25 +02:00
parent 99be8a56f3
commit 6f48a9a151
Signed by: klmp200
GPG Key ID: E7245548C53F904B

View File

@ -33,7 +33,7 @@ details.accordion>summary::before {
font-size: 0.8em;
}
details[open]>summary::before {
details[open].accordion>summary::before {
font-family: FontAwesome;
content: '\f0d7';
}