Skip to content

Commit 0ff5099

Browse files
committed
fix: wrong border radius on last accordion panel (but actually this time)
1 parent 9bc126b commit 0ff5099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/accordion/_mixins.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ $divider-color-on-dark-bg: rgba(255, 255, 255, 0.2) !default;
139139
border-bottom-left-radius: 0;
140140
border-bottom-right-radius: 0;
141141
}
142-
&:first-child:not(:first-child) {
142+
&:last-child:not(:first-child) {
143143
border-top-left-radius: 0;
144144
border-top-right-radius: 0;
145145
}

0 commit comments

Comments
 (0)