Skip to content

Commit 7905cc0

Browse files
committed
lint fix
1 parent c676d41 commit 7905cc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* If the select has a validity state, the
6767
* border should reflect that as a color.
6868
*/
69-
:host(.has-focus.select-fill-outline.ion-valid),
70-
:host(.select-fill-outline.ion-touched.ion-invalid) {
71-
--border-color: var(--highlight-color);
72-
}
69+
:host(.has-focus.select-fill-outline.ion-valid),
70+
:host(.select-fill-outline.ion-touched.ion-invalid) {
71+
--border-color: var(--highlight-color);
72+
}

0 commit comments

Comments
 (0)