Merge pull request #1113 from ae-utbm/accordions

Fix bad css scoping on accordions
This commit is contained in:
Bartuccio Antoine 2025-06-05 20:37:23 +02:00 committed by GitHub
commit d58c713fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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