2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

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

This commit is contained in:
Mark Otto
2013-05-07 20:01:57 -07:00
parent ad5f88e1c5
commit 86598cac6b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -314,7 +314,7 @@
@list-group-border-radius: @border-radius-base;
@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-border: @list-group-active-bg;