Skip to content

Commit fbd74df

Browse files
committed
fix(select-modal): revert md styling
1 parent 807b8f2 commit fbd74df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ ion-list ion-radio::part(label) {
1010
@include margin(0);
1111
}
1212

13+
ion-item {
14+
--inner-border-width: 0;
15+
}
16+
1317
.item-radio-checked {
1418
--background: #{ion-color(primary, base, 0.08)};
1519
--background-focused: #{ion-color(primary, base)};

0 commit comments

Comments
 (0)