make network panel look decent even in current nightlies
[themes.git] / LCARStrek / devtools / images / sort-arrows.svg
CommitLineData
d0a8de80
RK
1<!-- This Source Code Form is subject to the terms of the Mozilla Public
2 - License, v. 2.0. If a copy of the MPL was not distributed with this
3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
4<svg xmlns="http://www.w3.org/2000/svg" width="7" height="4" fill="#A09090" fill-opacity="0.8">
5 <style>
6 polygon:not(:target) {
7 display: none;
8 }
9 </style>
10 <polygon points="0,4 3.5,0 7,4" id="ascending"/>
11 <polygon points="0,0 3.5,4 7,0" id="descending"/>
12</svg>