0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

switch to rgba for list-group border color

matches the card border-color, fixes #20129
This commit is contained in:
Mark Otto 2016-10-27 21:29:09 -07:00
parent fa0605132f
commit 1e06ae1bfe

View File

@ -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;