[wp-trac] [WordPress Trac] #24450: Weak CSS selectors for WP Editor styles
WordPress Trac
noreply at wordpress.org
Thu May 30 00:18:20 UTC 2013
#24450: Weak CSS selectors for WP Editor styles
--------------------------+--------------------
Reporter: ericlewis | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Editor | Version: trunk
Severity: normal | Resolution:
Keywords: |
--------------------------+--------------------
Comment (by ericlewis):
Also, #page table tr td is not a selector in Twenty Thirteen, that was
just an example using a Twenty Thirteen selector.
However, dropping a WP Editor in Twenty Thirteen does look funky out-of-
the-box on button hovers, because of the style reset borrowed from
Normalize.css:
{{{
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24450#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list