aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-27 21:29:09 -0700
committerMark Otto <[email protected]>2016-10-27 21:29:09 -0700
commit1e06ae1bfeff5e30a7ef90af0fbdc7e2c47d9556 (patch)
tree3f204308070acc17adc455c6bcebe56042a864e8
parentfa0605132f0fd7646263c866829130de3dcf9c65 (diff)
downloadbootstrap-1e06ae1bfeff5e30a7ef90af0fbdc7e2c47d9556.tar.xz
bootstrap-1e06ae1bfeff5e30a7ef90af0fbdc7e2c47d9556.zip
switch to rgba for list-group border color
matches the card border-color, fixes #20129
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 4b5af26ad..e446a722e 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;