Skip to content

Commit b46fa0f

Browse files
lint.fix
1 parent 11b08dc commit b46fa0f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

core/src/components/textarea/textarea.ionic.outline.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
:host(.textarea-fill-outline.textarea-readonly) {
6767
--border-color: #{globals.$ion-border-input-default};
6868
--border-width: #{globals.$ion-border-size-025};
69-
}
69+
}

core/src/components/textarea/textarea.ionic.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ ion-icon {
179179
:host(.has-focus) {
180180
--border-color: #{globals.$ion-border-focus-default};
181181
--border-width: #{globals.$ion-border-size-050};
182-
183182
}
184183

185184
:host(.has-focus) .textarea-highlight {

core/src/components/textarea/textarea.ionic.solid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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) {
3939
--border-width: #{globals.$ion-border-size-050};
4040
}
4141

0 commit comments

Comments
 (0)