I am using this code to hide the dropdown arrow and its working fine before the update of firefox but now in firefox 30.0 its broken.
select {
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}
I found a solution
select{
height:20px; // height of the dropdown
border:0 none;
display: flex;
background: url('image/sample.jpg');
}
This a change in Firefox reported as Bug 649849 - Allow styling of the select element dropdown arrow.
This may be an intentional usability improvement. It is probably best to assume that it is and stop wanting to hide the arrow (which is the browsers’ way of indicating that there is a dropdown menu).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With