From: Mark Otto Date: Fri, 28 Oct 2016 04:29:09 +0000 (-0700) Subject: switch to rgba for list-group border color X-Git-Tag: v4.0.0-alpha.6~432^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21068%2Fhead;p=thirdparty%2Fbootstrap.git switch to rgba for list-group border color matches the card border-color, fixes #20129 --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 4b5af26ad0..e446a722ed 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -796,7 +796,7 @@ $progress-bar-info-bg: $brand-info !default; // 28. List group $list-group-bg: #fff !default; -$list-group-border-color: #ddd !default; +$list-group-border-color: rgba(0,0,0,.125) !default; $list-group-border-width: $border-width !default; $list-group-border-radius: $border-radius !default;