We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264e446 commit 1c148d6Copy full SHA for 1c148d6
core/src/components/select-modal/select-modal.ionic.scss
@@ -11,6 +11,11 @@ ion-item {
11
--border-width: 0;
12
}
13
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
+
19
// Toolbar
20
// ----------------------------------------------------------------
21
0 commit comments