Closed (won't fix)
Project:
Seven
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
21 Nov 2009 at 23:29 UTC
Updated:
15 Jan 2026 at 12:16 UTC
Jump to comment: Most recent
Comments
Comment #1
mcrittenden commentedWill investigate. The css is just copy/pasted from the D7 Seven theme.
In the meantime, any suggestions?
Comment #2
peterx commentedSeveral themes have the Unknown pseudo-element or pseudo-class :last-child error in CSS 2.1 because the element is used in menus. The theme developers usually declare they are designing for CSS 3.
content: none is listed in the CSS 2 standard and the draft standard for CSS 2.1. I cannot find it in the beta draft recommendations for CSS 3.
Comment #3
mcrittenden commentedHmm...seems like it won't validate anyway due to a bunch of proprietary properties (like -moz and -webkit border radiuses), no?
Comment #4
mcrittenden commentedComment #5
mcrittenden commentedCSS is taken directly from D7, so not much I'm willing to do here.
Comment #6
avpaderno