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;