File tree Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ ion-input[clearInput] {
77
77
@include svg-background-image ($text-input-ios-input-clear-icon-svg );
78
78
79
79
right : ($item-ios-padding-right / 2 );
80
- bottom : 0 ;
81
80
82
81
width : $text-input-ios-input-clear-icon-width ;
83
82
Original file line number Diff line number Diff line change @@ -130,7 +130,6 @@ ion-input[clearInput] {
130
130
@include svg-background-image ($text-input-md-input-clear-icon-svg );
131
131
132
132
right : ($item-md-padding-right / 2 );
133
- bottom : 4px ;
134
133
135
134
width : $text-input-md-input-clear-icon-width ;
136
135
Original file line number Diff line number Diff line change @@ -129,11 +129,14 @@ input.text-input:-webkit-autofill {
129
129
130
130
.text-input-clear-icon {
131
131
position : absolute ;
132
+ top : 0 ;
132
133
display : none ;
133
134
134
135
margin : 0 ;
135
136
padding : 0 ;
136
137
138
+ height : 100% ;
139
+
137
140
background-repeat : no-repeat ;
138
141
background-position : center ;
139
142
}
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ ion-input[clearInput] {
107
107
.text-input-clear-icon {
108
108
@include svg-background-image ($text-input-wp-input-clear-icon-svg );
109
109
110
- top : $item-wp-padding-top ;
111
110
right : ($item-wp-padding-right / 2 );
112
111
113
112
width : $text-input-wp-input-clear-icon-width ;
Original file line number Diff line number Diff line change 1
-
2
- it ( 'should clear input' , function ( ) {
3
- element ( by . css ( '.e2eClearInput .text-input-clear-icon' ) ) . click ( ) ;
4
- } ) ;
You can’t perform that action at this time.
0 commit comments