Skip to content

Commit 2d68ebb

Browse files
committed
style: lint
1 parent 9fd9ff0 commit 2d68ebb

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

core/src/components/list/list.ionic.scss

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,7 @@ ion-list {
9090
* The top of the list should not have a border radius because
9191
* that would include the header.
9292
*/
93-
@include globals.border-radius(
94-
initial,
95-
initial,
96-
globals.$ion-border-radius-0,
97-
globals.$ion-border-radius-0
98-
);
93+
@include globals.border-radius(initial, initial, globals.$ion-border-radius-0, globals.$ion-border-radius-0);
9994
}
10095

10196
// Target the first element in the list after the header
@@ -105,12 +100,7 @@ ion-list {
105100
* The bottom of the first element should not have a border radius
106101
* because that would not look connected to the rest.
107102
*/
108-
@include globals.border-radius(
109-
globals.$ion-border-radius-0,
110-
globals.$ion-border-radius-0,
111-
initial,
112-
initial
113-
);
103+
@include globals.border-radius(globals.$ion-border-radius-0, globals.$ion-border-radius-0, initial, initial);
114104
}
115105
}
116106

0 commit comments

Comments
 (0)