aboutsummaryrefslogtreecommitdiff
path: root/scss/_list-group.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-01-17 18:55:24 -0800
committerMark Otto <[email protected]>2016-01-17 18:55:24 -0800
commit955e0405ea04e8bce3fa8395cd5e1c4030c4947a (patch)
tree87aa7b877480fbfd368f955feaedec3dbe4ca547 /scss/_list-group.scss
parent94e27cdd6e51373cd014df0a6776ace0d83cfb55 (diff)
downloadbootstrap-955e0405ea04e8bce3fa8395cd5e1c4030c4947a.tar.xz
bootstrap-955e0405ea04e8bce3fa8395cd5e1c4030c4947a.zip
fuck around with card borders and more
Diffstat (limited to 'scss/_list-group.scss')
-rw-r--r--scss/_list-group.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss
index 5115e56fa..f00afd1f7 100644
--- a/scss/_list-group.scss
+++ b/scss/_list-group.scss
@@ -34,21 +34,8 @@
.list-group-flush {
.list-group-item {
- border-width: $list-group-border-width 0;
border-radius: 0;
}
-
- &:first-child {
- .list-group-item:first-child {
- border-top: 0;
- }
- }
-
- &:last-child {
- .list-group-item:last-child {
- border-bottom: 0;
- }
- }
}