Skip to content

Commit

Permalink
(less) fixes twbs#9909: Add component active color variable to comple…
Browse files Browse the repository at this point in the history
…ment component active bg variable
  • Loading branch information
mdo committed Sep 1, 2013
1 parent d71fa8f commit 94c675d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 94c675d

Please sign in to comment.