User profile page has two numbers - number of times user up-voted and number of times user down-voted. Each of these two numbers is decorated with up/down arrows. Down arrow for up-votes number has this html code: <span class="vote-down-off" style="cBursor:default"></span>. This cBursor leads to a hand cursor when hovering this arrow while there is no way to manipulate it anyhow. Is it a typo?
|
|
||||
|
fixed in dev, to be deployed later, good catch. |
|||
|
|
.vote-down-off, [...] {cursor: pointer;}as defined inall.css. Nice find indeed. – Arjan Mar 16 '11 at 0:08