urlbar-history-dropmarker.svg (678B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <svg xmlns="http://www.w3.org/2000/svg" 3 xmlns:xlink="http://www.w3.org/1999/xlink" 4 x="0" 5 y="0" 6 width="11" 7 height="14" 8 viewBox="0 0 11 14">#1796DD 9 <style> 10 use:not(:target) { 11 display: none; 12 } 13 use { 14 fill: #fff; 15 stroke: none; 16 stroke-width: 0; 17 } 18 use[id="normal"] { 19 opacity: 0.15; 20 } 21 use[id="open"] { 22 fill: #1796DD; 23 } 24 </style> 25 <defs style="display: none;"> 26 <path id="drop-shape" d="M 1,4 l 9,0 l -4.5,6.5 l -4.5,-6.5 z"/> 27 </defs> 28 <use id="closed" xlink:href="#drop-shape"/> 29 <use id="open" xlink:href="#drop-shape"/> 30 </svg>