diff options
| author | Chris Rebert <[email protected]> | 2015-11-15 12:43:42 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-15 12:43:43 -0800 |
| commit | e54a9d7e8d89599e4141db880a2a6310fe49d6ad (patch) | |
| tree | 23a2445cfc5a4dadf278e31d8018a43a07065f87 | |
| parent | 85c9cc806be3899c544d5925f04611f057c167d0 (diff) | |
| download | bootstrap-e54a9d7e8d89599e4141db880a2a6310fe49d6ad.tar.xz bootstrap-e54a9d7e8d89599e4141db880a2a6310fe49d6ad.zip | |
$list-group-border => $list-group-border-color
[skip sauce]
| -rw-r--r-- | scss/_list-group.scss | 2 | ||||
| -rw-r--r-- | scss/_variables.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index cff9d17b7..e7fefa1fd 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -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 { diff --git a/scss/_variables.scss b/scss/_variables.scss index 870cf0028..4a64b5921 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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; |
