Project

General

Profile

Feature #69423

Updated by Markus Klein about 9 years ago

It would be nice if the active Element of a Special-Menu had a class like "active" or something else. 


 For example: 

 <pre> 
 tt_content.menu.20.1.1.ACT < .tt_content.menu.20.1.1.NO 
 tt_content.menu.20.1.1.ACT = 1 
 tt_content.menu.20.1.1.ACT.wrapItemAndSub = <li class="active">|</li> 
 </pre>

Back