mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-27 12:19:56 +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;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
details[open]>summary::before {
|
details[open].accordion>summary::before {
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
content: '\f0d7';
|
content: '\f0d7';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user