Skip to content

Commit 1c148d6

Browse files
fix(select-modal): hide focus option's border for ionic theme
1 parent 264e446 commit 1c148d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ ion-item {
1111
--border-width: 0;
1212
}
1313

14+
ion-item.ion-focused::part(native)::after {
15+
// Your styles for the ::after pseudo element when ion-item is focused
16+
border: none;
17+
}
18+
1419
// Toolbar
1520
// ----------------------------------------------------------------
1621

0 commit comments

Comments
 (0)