[wp-trac] [WordPress Trac] #28485: All h3 tags in a metabox look like a handle
WordPress Trac
noreply at wordpress.org
Sun Jun 8 12:03:04 UTC 2014
#28485: All h3 tags in a metabox look like a handle
--------------------------------+-----------------------------
Reporter: nabil_kadimi | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Keywords:
Focuses: ui, administration |
--------------------------------+-----------------------------
When playing with metaboxes, I noticed that every h3 inside every metabox
get this CSS applied to it:
{{{
.js .postbox h3 {
cursor: move;
}
}}}
I believe only the first h3 child of .postbox would need that CSS, so a
selector like this one would be more suited:
{{{
.js .postbox > h3 {
...
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28485>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list