use a more common unicode arrow that can be found in more fonts
This commit is contained in:
parent
b5202a9de6
commit
0e0771bae1
1 changed files with 2 additions and 2 deletions
|
@ -243,9 +243,9 @@ details summary {
|
||||||
}
|
}
|
||||||
details summary:before {
|
details summary:before {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
content: "⯈";
|
content: "▸";
|
||||||
padding-right: 0.4em;
|
padding-right: 0.4em;
|
||||||
}
|
}
|
||||||
details[open] summary:before {
|
details[open] summary:before {
|
||||||
content: "⯆";
|
content: "▾";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue