summaryrefslogtreecommitdiffstats
path: root/devtools/client/themes/images/sort-arrows.svg
blob: 289b07530d7eaae77aa8532674b84230ee0985d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- 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>