diff options
Diffstat (limited to 'devtools/client/themes/images/sort-arrows.svg')
-rw-r--r-- | devtools/client/themes/images/sort-arrows.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devtools/client/themes/images/sort-arrows.svg b/devtools/client/themes/images/sort-arrows.svg new file mode 100644 index 000000000..289b07530 --- /dev/null +++ b/devtools/client/themes/images/sort-arrows.svg @@ -0,0 +1,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> |