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.
2 parents ac7ccab + b2f4d4a commit e8960a5Copy full SHA for e8960a5
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