Commit 86598cac authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #7796: change @list-group-active-text to @list-group-active-color

parent ad5f88e1
9 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!8157Close Me: Docs "Customize and Download" button fix,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7799add offcanvas layout example based on bradfrost/this-is-responsive
Showing with 2 additions and 2 deletions
+2 -2
...@@ -67,7 +67,7 @@ a.list-group-item:focus { ...@@ -67,7 +67,7 @@ a.list-group-item:focus {
// Active class on item itself, not parent // Active class on item itself, not parent
a.list-group-item.active { a.list-group-item.active {
z-index: 2; // Place active items above their siblings for proper border styling z-index: 2; // Place active items above their siblings for proper border styling
color: @list-group-active-text; color: @list-group-active-color;
background-color: @list-group-active-bg; background-color: @list-group-active-bg;
border-color: @list-group-active-border; border-color: @list-group-active-border;
......
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
@list-group-border-radius: @border-radius-base; @list-group-border-radius: @border-radius-base;
@list-group-hover-bg: #f5f5f5; @list-group-hover-bg: #f5f5f5;
@list-group-active-text: #fff; @list-group-active-color: #fff;
@list-group-active-bg: @component-active-bg; @list-group-active-bg: @component-active-bg;
@list-group-active-border: @list-group-active-bg; @list-group-active-border: @list-group-active-bg;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment