Skip to content

Commit

Permalink
Merge pull request #62 from unicef-polymer/ie-mixin-fix-optionslist
Browse files Browse the repository at this point in the history
removed mixin style for paper item in list wrapper to fix IE
  • Loading branch information
adi130987 authored Apr 28, 2017
2 parents 2564555 + 651e1d0 commit 12cbbf6
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions etools-searchable-multiselection-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 12cbbf6

Please sign in to comment.