Skip to content

Commit b64c709

Browse files
adamdbradleypetebacondarwin
authored andcommitted
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 angular#6878
1 parent 0a3268f commit b64c709

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/app/assets/css/docs.css

+3
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ code.highlighted {
253253
z-index: 99;
254254
cursor: pointer;
255255
font-size: 16px;
256+
-moz-appearance: none;
257+
text-indent: 0.01px;
258+
text-overflow: '';
256259
}
257260

258261
.picker:after {

0 commit comments

Comments
 (0)