Skip to content

Commit 1df8440

Browse files
committed
test(select-modal): update snapshots
1 parent 73cc135 commit 1df8440

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ ion-toolbar {
1818
@include globals.typography(globals.$ion-heading-h6-medium);
1919
}
2020

21+
// Radio
22+
// ----------------------------------------------------------------
23+
24+
ion-list ion-radio::part(container) {
25+
display: none;
26+
}
27+
28+
ion-list ion-radio::part(label) {
29+
@include globals.margin(0);
30+
}
31+
2132
// Radio and Checkbox: Label
2233
// ----------------------------------------------------------------
2334

Loading
Loading
Loading

0 commit comments

Comments
 (0)