Closed (cannot reproduce)
Project:
Zentropy
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2012 at 13:58 UTC
Updated:
26 Jan 2013 at 00:55 UTC
In the ZEN tabs CSS file there is the active tab accessed by li.active a. In my installation only li a.active works correctly.
Comments
Comment #1
creaoy commentedIn default subtheme i can see /a class="active" .../ inside li.active.
Can you please provide you html structure of tabs?
Comment #2
davidneedhamOut of the box, here's what drupal will provide you for markup:
<li class="active"><a href="/sjsu/node/1" class="active">View<span class="element-invisible">(active tab)</span></a></li>So basically, both li.active a and li a.active should work. If it doesn't then it seems there was something changed in the markup on your install.