Skip to content

Commit

Permalink
Merge pull request #411 from web-padawan/clear-icon-no-text-override
Browse files Browse the repository at this point in the history
Prevent overriding text when clear icon is shown
  • Loading branch information
Saulis authored Mar 3, 2017
2 parents 8c0a340 + eac6d83 commit 2661449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vaadin-combo-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
padding-right: 28px;
}

:host([opened][has-value]) #input {
:host([has-value]) #input {
padding-right: 60px;
margin-right: -32px;
}
Expand Down

0 comments on commit 2661449

Please sign in to comment.