mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
12 lines
493 B
XML
12 lines
493 B
XML
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4" fill="#edf0f1" fill-opacity="0.8">
|
||
|
|
<style>
|
||
|
|
polygon:not(:target) {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<polygon points="0,4 3.5,0 7,4" id="ascending"/>
|
||
|
|
<polygon points="0,0 3.5,4 7,0" id="descending"/>
|
||
|
|
</svg>
|