From 22aa2c8c07075f603a1408b7185c01b49d92fc7f Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 15 Feb 2016 20:25:28 +0500 Subject: Fixing custom theme header click event --- web/sass-files/sass/partials/_settings.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss index acec24231..c79b54922 100644 --- a/web/sass-files/sass/partials/_settings.scss +++ b/web/sass-files/sass/partials/_settings.scss @@ -144,6 +144,9 @@ select { padding-right: 25px; } + select::-ms-expand { + display: none; + } &:before { pointer-events: none; position: absolute; @@ -201,10 +204,6 @@ font-weight: 600; cursor: pointer; - div, span { - pointer-events: none; - } - .fa-minus { display: none; } -- cgit v1.2.3-1-g7c22