From: Mark Otto Date: Sun, 9 Oct 2016 23:57:32 +0000 (-0700) Subject: Reset the left and right border on list items for flush list groups X-Git-Tag: v4.0.0-alpha.5~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20873%2Fhead;p=thirdparty%2Fbootstrap.git 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. --- diff --git a/scss/_list-group.scss b/scss/_list-group.scss index d7e2ec5c16..1e0d1121d4 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -70,6 +70,8 @@ .list-group-flush { .list-group-item { + border-right: 0; + border-left: 0; border-radius: 0; } }