Or just make an override of mod_menu to add the class on the li instaed the a tag if I understand what you want to achieve.
a.someclass + ul {someattribute:somevalue;}but it seems less straightforward to me...
--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to joomla-dev-gene...@googlegroups.com.
To post to this group, send email to joomla-de...@googlegroups.com.
Visit this group at https://groups.google.com/group/joomla-dev-general.
For more options, visit https://groups.google.com/d/optout.
The problem here is that I had to use "!important" (which I
hate) as otherwise (and for reasons I didn't checked)
bootstrap.css has a better targeting and overrides my css.
(OK, not really: with standard Joomla menu module "!important"
doesn't seems to be necessary. With my menu module (which
is very roughly based on the Joomla standard one), it is
needed, so... your mileage may vary.