2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

fixes #9909: Add component active color variable to complement component active bg variable

This commit is contained in:
Mark Otto
2013-09-01 23:38:11 +02:00
parent bfda156bb9
commit 1fd9237840
2 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -91,6 +91,7 @@
@border-radius-large: 6px;
@border-radius-small: 3px;
@component-active-color: #fff;
@component-active-bg: @brand-primary;
@caret-width-base: 4px;
@@ -178,7 +179,7 @@
@dropdown-link-hover-color: darken(@gray-dark, 5%);
@dropdown-link-hover-bg: #f5f5f5;
@dropdown-link-active-color: #fff;
@dropdown-link-active-color: @component-active-color;
@dropdown-link-active-bg: @component-active-bg;
@dropdown-link-disabled-color: @gray-light;