mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 14:30:46 +02:00
$list-group-border => $list-group-border-color
[skip sauce]
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
// Place the border on the list items and negative margin up for better styling
|
||||
margin-bottom: -$border-width;
|
||||
background-color: $list-group-bg;
|
||||
border: $border-width solid $list-group-border;
|
||||
border: $border-width solid $list-group-border-color;
|
||||
|
||||
// Round the first and last items
|
||||
&:first-child {
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user