From 9df832b4bb81d80fd02b4fe6cc9ea826b0b0454e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 19 Jun 2012 19:17:42 -0700 Subject: add separate vars for dropdown link hover and active states --- docs/less.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 7b6183b6e..68f3a83b7 100644 --- a/docs/less.html +++ b/docs/less.html @@ -594,8 +594,16 @@ @dropdownLinkColorHover @white + + @dropdownLinkColorActive + @linkColor + @dropdownLinkBackgroundHover + @grayLighter + + + @dropdownLinkBackgroundActive @linkColor -- cgit v1.2.3