0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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.
This commit is contained in:
Mark Otto 2016-10-09 16:57:32 -07:00
parent 8273e0cf82
commit 74778b725e

View File

@ -70,6 +70,8 @@
.list-group-flush { .list-group-flush {
.list-group-item { .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0; border-radius: 0;
} }
} }