rozq / nsa

0 stars 0 forks source link

Bug when click the filter bars #42

Open rozq opened 7 years ago

rozq commented 7 years ago

links will rotate 90deg to vertical invisibly and can be clicked

rozq commented 6 years ago

Fixed. Change the ">" button to the svg below <div class="subtotal">&#12297;</div> -> <div class="subtotal"><svg><polyline points="0,7 5,12 10,7"/></svg></div>

rozq commented 6 years ago

also changed the js function Accordion(title) in footer.php

rozq commented 6 years ago

also set the .subtotal svg { } css