commit 51bc1cf3ed8ec66a1caffbfa20d4dfb5b261cda1 Author: Arlo Breault arlolra@gmail.com Date: Sat Jun 29 19:49:52 2019 -0400
Include a local copy of the arrow icon
From https://design.firefox.com/icons/icons/desktop/arrowhead-right-12.svg --- proxy/webext/icons/arrowhead-right-12.svg | 4 ++++ proxy/webext/popup.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/proxy/webext/icons/arrowhead-right-12.svg b/proxy/webext/icons/arrowhead-right-12.svg new file mode 100644 index 0000000..54afc2e --- /dev/null +++ b/proxy/webext/icons/arrowhead-right-12.svg @@ -0,0 +1,4 @@ +<!-- 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="12" height="12" viewBox="0 0 12 12"><path fill="context-fill" d="M9 6a1 1 0 0 0-.293-.707l-3-3a1 1 0 0 0-1.414 1.414L6.586 6 4.293 8.293a1 1 0 0 0 1.414 1.414l3-3A1 1 0 0 0 9 6z"/></svg> \ No newline at end of file diff --git a/proxy/webext/popup.css b/proxy/webext/popup.css index 332092d..856e855 100644 --- a/proxy/webext/popup.css +++ b/proxy/webext/popup.css @@ -27,7 +27,7 @@ body { display: block; position: absolute; top: 12px; - background-image: url(https://design.firefox.com/icons/icons/desktop/arrowhead-right-12.svg); + background-image: url(../icons/arrowhead-right-12.svg); width: 12px; height: 12px; opacity : 0.6;
tor-commits@lists.torproject.org