diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /devtools/client/responsive.html/images/select-arrow.svg | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'devtools/client/responsive.html/images/select-arrow.svg')
-rw-r--r-- | devtools/client/responsive.html/images/select-arrow.svg | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/devtools/client/responsive.html/images/select-arrow.svg b/devtools/client/responsive.html/images/select-arrow.svg new file mode 100644 index 000000000..c9165a206 --- /dev/null +++ b/devtools/client/responsive.html/images/select-arrow.svg @@ -0,0 +1,37 @@ +<!-- 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" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"> + <defs> + <style> + use:not(:target) { + display: none; + } + #light { + fill: #999797; + } + #light-hovered { + fill: #393f4c; /* --theme-body-color */ + } + #light-selected { + fill: #3b3b3b; + } + #dark { + fill: #c6ccd0; + } + #dark-hovered { + fill: #dde1e4; + } + #dark-selected { + fill: #fcfcfc; + } + </style> + <path id="base-path" d="M7.9 16.3c-.3 0-.6-.1-.8-.4l-4-4.8c-.2-.3-.3-.5-.1-.8.1-.3.5-.3.9-.3h8c.4 0 .7 0 .9.3.2.4.1.6-.1.9l-4 4.8c-.2.3-.5.3-.8.3zM7.8 0c.3 0 .6.1.7.4L12.4 5c.2.3.3.4.1.7-.1.4-.5.3-.8.3H3.9c-.4 0-.8.1-.9-.2-.2-.4-.1-.6.1-.9L7 .3c.2-.3.5-.3.8-.3z"/> + </defs> + <use xlink:href="#base-path" id="light"/> + <use xlink:href="#base-path" id="light-hovered"/> + <use xlink:href="#base-path" id="light-selected"/> + <use xlink:href="#base-path" id="dark"/> + <use xlink:href="#base-path" id="dark-hovered"/> + <use xlink:href="#base-path" id="dark-selected"/> +</svg> |