From e025de9a83a74822c8841142971f14eae2729fc1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Oct 2011 23:56:14 -0700 Subject: bring hover state back to the .brand element in the topbar to fix a bug --- lib/patterns.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/patterns.less') diff --git a/lib/patterns.less b/lib/patterns.less index ccf99f214..117783059 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -25,7 +25,7 @@ // Hover and active states // h3 for backwards compatibility h3 a:hover, - .brand a:hover, + .brand:hover, ul .active > a { background-color: #333; background-color: rgba(255,255,255,.05); -- cgit v1.2.3