Skip to content

Commit 74778b7

Browse files
committed
Reset the left and right border on list items for flush list groups
Avoid the resetting of the already set values in #20397. Fixes #20395.
1 parent 8273e0c commit 74778b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scss/_list-group.scss

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070

7171
.list-group-flush {
7272
.list-group-item {
73+
border-right: 0;
74+
border-left: 0;
7375
border-radius: 0;
7476
}
7577
}

0 commit comments

Comments
 (0)