2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

$list-group-border => $list-group-border-color

[skip sauce]
This commit is contained in:
Chris Rebert
2015-11-15 12:43:42 -08:00
parent 85c9cc806b
commit e54a9d7e8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -568,7 +568,7 @@ $progress-bar-info-bg: $brand-info !default;
// List group
$list-group-bg: #fff !default;
$list-group-border: #ddd !default;
$list-group-border-color: #ddd !default;
$list-group-border-radius: $border-radius !default;
$list-group-hover-bg: #f5f5f5 !default;