12345678910111213 |
- <!-- 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>
|