docs(css): remove Firefox select element drop-down icon

In firefox the version picker's dropdown icon from the default `select` element
is still showing. This CSS forces FF to hide the ugly default.

Closes #6878
This commit is contained in:
Adam Bradley
2014-03-27 14:40:07 -05:00
committed by Peter Bacon Darwin
parent 32bd990eda
commit 4896a0b4d4

View File

@@ -253,6 +253,9 @@ code.highlighted {
z-index: 99;
cursor: pointer;
font-size: 16px;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
}
.picker:after {