arrow-v.svg (699B)
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="5" 7 height="3" 8 viewBox="0 0 5 3"> 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="dn" class="t"> 21 <path class="main" d="M4.8,0l-2.3,2.65l-2.3-2.65z"/> 22 </g> 23 <g id="dn-dis" class="t"> 24 <path class="main" d="M4.8,0l-2.3,2.65l-2.3-2.65z"/> 25 </g> 26 <g id="up" class="t"> 27 <path class="main" d="M.2,3l2.3-2.65l2.3,2.65z"/> 28 </g> 29 <g id="up-dis" class="t"> 30 <path class="main" d="M.2,3l2.3-2.65l2.3,2.65z"/> 31 </g> 32 </svg>