Removed obsolet css.
This commit is contained in:
parent
af29df04c0
commit
105b36c641
1 changed files with 0 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue