From 651e1d0c48d04ddc44e1b5918edb41f9889b6d68 Mon Sep 17 00:00:00 2001 From: Marko Bilal Date: Thu, 13 Apr 2017 11:45:45 -0400 Subject: [PATCH] removed fixin style for paper item in list wrapper to fix IE select box issue --- etools-searchable-multiselection-menu.html | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/etools-searchable-multiselection-menu.html b/etools-searchable-multiselection-menu.html index e1f018a..5386972 100644 --- a/etools-searchable-multiselection-menu.html +++ b/etools-searchable-multiselection-menu.html @@ -154,17 +154,15 @@ } .list-wrapper paper-item:not(.warning) { - --paper-item: { - padding: 0 16px; - cursor: pointer; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - box-sizing: border-box; - display: inline-block; - line-height: 48px; - width: 100%; - } + padding: 0 16px; + cursor: pointer; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + box-sizing: border-box; + display: inline-block; + line-height: 48px; + width: 100%; } .tick-icon { display: none;