mirror of
https://github.com/ae-utbm/sith.git
synced 2025-06-08 12:15:18 +00:00
Merge pull request #1113 from ae-utbm/accordions
Fix bad css scoping on accordions
This commit is contained in:
commit
d58c713fc5
@ -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';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user