Skip to content

Commit

Permalink
Merge pull request #53 from trisweb/trisweb_fix_dropdown_color_variable
Browse files Browse the repository at this point in the history
Fix dropdownLinkColorActive to match original twitter/bootstrap
  • Loading branch information
m5o committed Feb 5, 2013
2 parents 2faddc7 + 91bade8 commit 3c2901f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/_variables.scss
Expand Up @@ -126,7 +126,7 @@ $dropdownDividerBottom: $white !default;

$dropdownLinkColor: $grayDark !default;
$dropdownLinkColorHover: $white !default;
$dropdownLinkColorActive: $dropdownLinkColor !default;
$dropdownLinkColorActive: $white !default;

$dropdownLinkBackgroundActive: $linkColor !default;
$dropdownLinkBackgroundHover: $dropdownLinkBackgroundActive !default;
Expand Down

0 comments on commit 3c2901f

Please sign in to comment.