Include a local copy of the arrow icon

From https://design.firefox.com/icons/icons/desktop/arrowhead-right-12.svg
This commit is contained in:
Arlo Breault 2019-06-29 19:49:52 -04:00 committed by Cecylia Bocovich
parent b1116a1c35
commit 51bc1cf3ed
2 changed files with 5 additions and 1 deletions

View file

@ -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>

After

Width:  |  Height:  |  Size: 445 B

View file

@ -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;