mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-19 23:11:21 +08:00
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:
committed by
Peter Bacon Darwin
parent
32bd990eda
commit
4896a0b4d4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user