aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-09 16:57:32 -0700
committerMark Otto <[email protected]>2016-10-09 16:57:32 -0700
commit74778b725e3165e27196951ba840b8d3764950eb (patch)
treea90a1e3771e030c591fbde9df2b5a3eb4fedd982
parent8273e0cf82da85e13623aeb8309ba8ff848ddaa0 (diff)
downloadbootstrap-74778b725e3165e27196951ba840b8d3764950eb.tar.xz
bootstrap-74778b725e3165e27196951ba840b8d3764950eb.zip
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.
-rw-r--r--scss/_list-group.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss
index d7e2ec5c1..1e0d1121d 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;
}
}