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

fixes #5496: use correct var for dropdown active link text

This commit is contained in:
Mark Otto
2012-10-16 20:34:42 -07:00
parent 57eb2a8018
commit 709870aa3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
// ------------
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
color: @dropdownLinkColorHover;
color: @dropdownLinkColorActive;
text-decoration: none;
outline: 0;
#gradient > .vertical(@dropdownLinkBackgroundActive, darken(@dropdownLinkBackgroundActive, 5%));