File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed
core/src/components/input Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 22// ----------------------------------------------------------------
33
44:host (.input-fill-outline ) {
5- --border-color : #{ $background- color-step -300} ;
5+ --border-color : var ( --ion- color-gray -300) ;
66 --border-radius : 4px ;
77 --padding-start : 16px ;
88 --padding-end : 16px ;
3131 */
3232@media (any-hover : hover) {
3333 :host (.input-fill-outline :hover ) {
34- --border-color : #{ $background- color-step -750} ;
34+ --border-color : var ( --ion- color-gray -750) ;
3535 }
3636}
3737
Original file line number Diff line number Diff line change 22// ----------------------------------------------------------------
33
44:host (.input-fill-solid ) {
5- --background : #{ $background- color-step -50} ;
6- --border-color : #{ $background- color-step -500} ;
5+ --background : var ( --ion- color-gray -50) ;
6+ --border-color : var ( --ion- color-gray -500) ;
77 --border-radius : 4px ;
88 --padding-start : 16px ;
99 --padding-end : 16px ;
4444 */
4545@media (any-hover : hover) {
4646 :host (.input-fill-solid :hover ) {
47- --background : #{ $background- color-step -100} ;
48- --border-color : #{ $background- color-step -750} ;
47+ --background : var ( --ion- color-gray -100) ;
48+ --border-color : var ( --ion- color-gray -750) ;
4949 }
5050}
5151
5454 * much darker on focus.
5555 */
5656:host (.input-fill-solid.has-focus ) {
57- --background : #{ $background- color-step -150} ;
58- --border-color : #{ $background- color-step -750} ;
57+ --background : var ( --ion- color-gray -150) ;
58+ --border-color : var ( --ion- color-gray -750) ;
5959}
6060
6161:host (.input-fill-solid ) .input-wrapper {
Original file line number Diff line number Diff line change 5555 width : 30px ;
5656 height : 30px ;
5757
58- color : $text- color-step-400 ;
58+ color : var ( --ion- color-gray-600 ) ;
5959}
6060
6161/* *
108108// ----------------------------------------------------------------
109109
110110.input-bottom .helper-text {
111- color : $text- color-step-300 ;
111+ color : var ( --ion- color-gray-700 ) ;
112112}
113113
114114// Input Max Length Counter
115115// ----------------------------------------------------------------
116116
117117.input-bottom .counter {
118- color : $text- color-step-300 ;
118+ color : var ( --ion- color-gray-700 ) ;
119119
120120 padding-inline-start : 16px ;
121121}
Original file line number Diff line number Diff line change 2424 font-size : 12px ;
2525 font-weight : normal;
2626
27- color : var (--ion-color-step-600 );
28-
2927 margin-top : 10px ;
3028 margin-bottom : 5px ;
3129 }
You can’t perform that action at this time.
0 commit comments