From 73f85c63046b687d0484aa561d3ac92cc733e353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 30 Dec 2020 14:58:24 -0300 Subject: [PATCH] Remove unused .ie CSS classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- themes/bootstrap/scss/_navigation.scss | 26 -------------------------- themes/original/scss/_navigation.scss | 20 -------------------- themes/pmahomme/scss/_navigation.scss | 26 -------------------------- 3 files changed, 72 deletions(-) diff --git a/themes/bootstrap/scss/_navigation.scss b/themes/bootstrap/scss/_navigation.scss index 8877d0fe8b..22fe87b7b6 100644 --- a/themes/bootstrap/scss/_navigation.scss +++ b/themes/bootstrap/scss/_navigation.scss @@ -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; diff --git a/themes/original/scss/_navigation.scss b/themes/original/scss/_navigation.scss index 65e94a7ed8..64fca05625 100644 --- a/themes/original/scss/_navigation.scss +++ b/themes/original/scss/_navigation.scss @@ -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; } diff --git a/themes/pmahomme/scss/_navigation.scss b/themes/pmahomme/scss/_navigation.scss index 18e529f23e..2fa702e32f 100644 --- a/themes/pmahomme/scss/_navigation.scss +++ b/themes/pmahomme/scss/_navigation.scss @@ -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;