Skip to content

Commit d731c5e

Browse files
committed
lint.fix
1 parent 2658ada commit d731c5e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
// Focus
5555
// ---------------------------------------------
5656

57-
:host(.ion-focused.select-fill-outline) {
58-
--border-color: var(--highlight-color);
57+
:host(.ion-focused.select-fill-outline) {
58+
--border-color: var(--highlight-color);
5959
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@
213213

214214
:host(.select-size-large) .select-wrapper-inner {
215215
height: globals.$ion-scale-1400;
216-
}
216+
}

core/src/components/select/test/states/select.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ configs({ modes: ['ios', 'md', 'ionic-md'], directions: ['ltr'] }).forEach(({ ti
5555
await expect(select).toHaveScreenshot(screenshot(`select-disabled-value`));
5656
});
5757
});
58-
});
58+
});

0 commit comments

Comments
 (0)