mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Fix bad css scoping on accordions
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user