]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
(#22414) Rename for consistency `$list-group-link-*-*` to `$list-group-action-*-*`
authorPatrick Yeo <patrick.yeo@liferay.com>
Fri, 16 Jun 2017 23:57:15 +0000 (16:57 -0700)
committerMark Otto <markd.otto@gmail.com>
Sat, 17 Jun 2017 01:58:21 +0000 (18:58 -0700)
scss/_list-group.scss
scss/_variables.scss

index fef2c1532a7cc574d880f2f81274e1362b42edda..96fd6f0195103831c4015287c046497b90f5173f 100644 (file)
 
 .list-group-item-action {
   width: 100%; // For `<button>`s (anchors become 100% by default though)
-  color: $list-group-link-color;
+  color: $list-group-action-color;
   text-align: inherit; // For `<button>`s (anchors inherit)
 
   // Hover state
   @include hover-focus {
-    color: $list-group-link-hover-color;
+    color: $list-group-action-hover-color;
     text-decoration: none;
     background-color: $list-group-hover-bg;
   }
 
   &:active {
-    color: $list-group-link-active-color;
-    background-color: $list-group-link-active-bg;
+    color: $list-group-action-active-color;
+    background-color: $list-group-action-active-bg;
   }
 }
 
index e106282ed31480e328e9f787fd7ef21b1fb25a29..1a781cd644c9a80c0c5edabb4f85f15a51f23a31 100644 (file)
@@ -802,11 +802,11 @@ $list-group-active-border-color:      $list-group-active-bg !default;
 $list-group-disabled-color:      $gray-light !default;
 $list-group-disabled-bg:         $list-group-bg !default;
 
-$list-group-link-color:          $gray !default;
-$list-group-link-hover-color:    $list-group-link-color !default;
+$list-group-action-color:             $gray !default;
+$list-group-action-hover-color:       $list-group-action-color !default;
 
-$list-group-link-active-color:   $list-group-color !default;
-$list-group-link-active-bg:      $gray-lighter !default;
+$list-group-action-active-color:      $list-group-color !default;
+$list-group-action-active-bg:         $gray-lighter !default;
 
 
 // Image thumbnails