Closed (cannot reproduce)
Project:
Drupal core
Version:
7.x-dev
Component:
Seven theme
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Feb 2010 at 16:01 UTC
Updated:
15 Feb 2012 at 08:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
Coornail commentedForgot the screenshot after the preview.
Comment #2
seutje commentedonce again, screwed by the overpowering reset :/
since the active-trail classes don't persist to the
<a>but only to the<li>and de reset resets the padding onul.primary li.active a(023 specificity) to 0, the later defined padding onul.primary li a(013 specificity) in style.css doesn't override it. If the active class would persist to the<a>like it does on a link to the currently active page, then the padding onul.primary li a.active(specificity 023) in style.css would override itI see 3 options,
<a>, this would make it rather hard for themes that have a separate styling on active trails compared to the active pageul.primary li a.activeto the selector list for the padding in style.css (see patch)Comment #3
seutje commentedbumping version
Comment #4
cosmicdreams commentedI can't reproduce this issue. Can anyone else? There have been a lot of changes lately, so maybe this is not an issue any longer.
Comment #5
webchickNope.