From 4ba999e6a483196f62e98ff7583d109cb047d503 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 27 May 2016 14:11:48 -0400 Subject: [PATCH] fix(input): fix the clear input placement on wp mode references #6514 --- src/components/input/input.wp.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/input.wp.scss b/src/components/input/input.wp.scss index 37cdecd5b61..7f991f4e79b 100644 --- a/src/components/input/input.wp.scss +++ b/src/components/input/input.wp.scss @@ -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;