File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
core/src/components/input Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323// --------------------------------------------------
2424
2525:host (.input-size-medium ) .native-wrapper {
26- min-height : 40 px ;
26+ min-height : globals . $ion-scale-1000 ;
2727}
2828
2929:host (.input-size-large ) .native-wrapper {
30- min-height : 48 px ;
30+ min-height : globals . $ion-scale-1200 ;
3131}
3232
3333:host (.input-size-xlarge ) .native-wrapper {
34- min-height : 56 px ;
34+ min-height : globals . $ion-scale-1400 ;
3535}
3636
3737// Ionic Input Password Toggle Sizes
5757 position : absolute ;
5858
5959 height : 100% ;
60- min-height : 48 px ;
60+ min-height : globals . $ion-scale-1200 ;
6161
6262 transform : translateY (-50% );
6363
8585// ----------------------------------------------------------------
8686
8787.input-clear-icon {
88- width : 16 px ;
89- height : 16 px ;
88+ width : globals . $ion-scale-400 ;
89+ height : globals . $ion-scale-400 ;
9090
9191 color : globals .$ion-primitives-neutral-500 ;
9292}
236236// ----------------------------------------------------------------
237237
238238:host (.has-focus ) {
239- --border-color : #{globals .$ion-semantics-primary-base } ;
239+ --border-color : #{globals .$ion-border-focus-default } ;
240240}
241241
242242:host (.has-focus ) .input-highlight {
You can’t perform that action at this time.
0 commit comments