Remove unused .ie CSS classes
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
0747f8aca1
commit
73f85c6304
@ -357,32 +357,6 @@ li.fast_filter {
|
||||
}
|
||||
}
|
||||
|
||||
// IE10+ has its own reset X
|
||||
html.ie {
|
||||
li.fast_filter {
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input {
|
||||
padding-right: 0.2em;
|
||||
}
|
||||
}
|
||||
|
||||
&.ie9,
|
||||
&.ie8 {
|
||||
li.fast_filter {
|
||||
span {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
input {
|
||||
padding-right: 1.7em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#navigation_controls_outer {
|
||||
min-height: 21px !important;
|
||||
|
||||
|
||||
@ -332,26 +332,6 @@ li.fast_filter {
|
||||
}
|
||||
}
|
||||
|
||||
html.ie {
|
||||
li.fast_filter span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.ie9 li.fast_filter span,
|
||||
&.ie8 li.fast_filter span {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
li.fast_filter input {
|
||||
padding-right: 0.2em;
|
||||
}
|
||||
|
||||
&.ie9 li.fast_filter input,
|
||||
&.ie8 li.fast_filter input {
|
||||
padding-right: 1.7em;
|
||||
}
|
||||
}
|
||||
|
||||
li.fast_filter.db_fast_filter {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@ -343,32 +343,6 @@ li.fast_filter {
|
||||
}
|
||||
}
|
||||
|
||||
// IE10+ has its own reset X
|
||||
html.ie {
|
||||
li.fast_filter {
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input {
|
||||
padding-right: 0.2em;
|
||||
}
|
||||
}
|
||||
|
||||
&.ie9,
|
||||
&.ie8 {
|
||||
li.fast_filter {
|
||||
span {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
input {
|
||||
padding-right: 1.7em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#navigation_controls_outer {
|
||||
min-height: 21px !important;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user