hover on disabled span in pagination control
Created by: sixpi
I started playing with BS3 today, and while updating my pagination controls, I found that I get the hover effect when I put a <span>
inside a <li class="disabled">
. See http://jsfiddle.net/6TTtW/1/. The li
with an anchor tag is correctly disabled, while I can still hover over the li
with a span
.