Removed obsolet css.

This commit is contained in:
Martin Edenhofer 2016-02-25 19:53:59 +01:00
parent af29df04c0
commit 105b36c641

View file

@ -1574,25 +1574,6 @@ select.form-control:not([multiple]) {
@extend .u-unclickable;
}
/*
Firefox only hack
-----------------
Firefox below version 35 doesn't allow us to
hide the dropdown arrow but we want to replace
it with our own icon. So we have to hide our own
icon in Firefox versions under 35.
The class is set via Javascript
*/
html.ff-lt-35 .form-control + .icon-arrow-down,
html.ff-lt-35 .dropdown-arrow {
display: none;
}
select::-ms-expand {
display: none;
}