]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
$list-group-border => $list-group-border-color
authorChris Rebert <code@chrisrebert.com>
Sun, 15 Nov 2015 20:43:42 +0000 (12:43 -0800)
committerChris Rebert <code@chrisrebert.com>
Sun, 15 Nov 2015 20:43:43 +0000 (12:43 -0800)
[skip sauce]

scss/_list-group.scss
scss/_variables.scss

index cff9d17b79085483c5956b1eda31522472d03319..e7fefa1fd738df9d93cf03c988f1bfef447e82aa 100644 (file)
@@ -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 {
index 870cf0028111baa159dc0cd1c62aa32743caa12c..4a64b59216b7869e461450d80822375e45fc904d 100644 (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;