Skip to content

Commit

Permalink
fix(input): fix the clear input placement on wp mode
Browse files Browse the repository at this point in the history
references #6514
  • Loading branch information
brandyscarney committed May 27, 2016
1 parent 1d2a0b9 commit 4ba999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/input.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ ion-input[clearInput] {
.text-input-clear-icon {
@include svg-background-image($text-input-wp-input-clear-icon-svg);

top: $item-wp-padding-top;
right: ($item-wp-padding-right / 2);
bottom: 7px;

width: $text-input-wp-input-clear-icon-width;

Expand Down

0 comments on commit 4ba999e

Please sign in to comment.