arrow-h.svg (703B)
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="3" 7 height="5" 8 viewBox="0 0 3 5"> 9 <style> 10 .t { 11 fill: #fff; 12 } 13 .t:not(:target){ 14 display: none; 15 } 16 [id$=dis] { 17 opacity: .4; 18 } 19 </style> 20 <g id="lft" class="t"> 21 <path class="main" d="M3,4.8l-2.65-2.3l2.65-2.3z"/> 22 </g> 23 <g id="lft-dis" class="t"> 24 <path class="main" d="M3,4.8l-2.65-2.3l2.65-2.3z"/> 25 </g> 26 <g id="rit" class="t"> 27 <path class="main" d="M0,.2l2.65,2.3l-2.65,2.3z"/> 28 </g> 29 <g id="rit-dis" class="t"> 30 <path class="main" d="M0,.2l2.65,2.3l-2.65,2.3z"/> 31 </g> 32 </svg>