File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
core/src/components/textarea Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 6060 margin-top : globals .$ion-space-100 ;
6161}
6262
63+ // Focus
64+ // ----------------------------------------------------------------
65+
66+ :host (.textarea-fill-outline.has-focus.ion-valid ),
67+ :host (.textarea-fill-outline.ion-touched.ion-invalid ) {
68+ --border-color : var (--highlight-color );
69+ }
70+
6371// Ionic Textarea - Readonly
6472// ----------------------------------------------------------------
6573
Original file line number Diff line number Diff line change 3535 --border-color : #{globals .$ion-border-focus-default } ;
3636}
3737
38- :host (.textarea-fill-solid.has-focus.ion-valid ) {
38+ :host (.textarea-fill-solid.has-focus.ion-valid ),
39+ :host (.textarea-fill-solid.ion-touched.ion-invalid ) {
40+
3941 --border-width : #{globals .$ion-border-size-050 } ;
42+ --border-color : var (--highlight-color );
4043}
4144
4245// Ionic Textarea - Readonly
You can’t perform that action at this time.
0 commit comments