File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,9 @@ input.text-input:-webkit-autofill {
96
96
}
97
97
98
98
.input-has-focus input ,
99
- .input-has-focus textarea {
99
+ .input-has-focus textarea ,
100
+ .input-has-focus a ,
101
+ .input-has-focus button {
100
102
pointer-events : auto ;
101
103
}
102
104
@@ -136,7 +138,7 @@ input.text-input:-webkit-autofill {
136
138
background-position : center ;
137
139
}
138
140
139
- .input-has-value .text-input-clear-icon {
141
+ .input-has-focus.input-has- value .text-input-clear-icon {
140
142
display : block ;
141
143
}
142
144
Original file line number Diff line number Diff line change 22
22
< button item-right (click) ="clicked() "> Button</ button >
23
23
</ ion-item >
24
24
25
+ < ion-item >
26
+ < input type ="text " placeholder ="Native Input "/>
27
+ < button item-right (click) ="clicked() "> Button</ button >
28
+ </ ion-item >
25
29
</ ion-list >
26
30
27
31
</ ion-content >
You can’t perform that action at this time.
0 commit comments