alxlit/bootstrap-chosen

Missing cursor attribute on "clear" element

aserraric opened this issue · 0 comments

The element to clear a single select (.chosen-container-single .chosen-single abbr) should have the css property cursor:pointer to show that it is an interactive element.
Currently, it inherits cursor:text from the parent <a> element.