Opened 12 years ago
Closed 12 years ago
#28485 closed enhancement (fixed)
All h3 tags in a metabox look like a handle
| Reported by: | nabil_kadimi | Owned by: | helen |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Administration | Version: | 4.0 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | ui, administration |
Description
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 {
...
Attachments (3)
Change History (8)
This ticket was mentioned in IRC in #wordpress-dev by SergeyBiryukov. View the logs.
12 years ago
This ticket was mentioned in IRC in #wordpress-dev by helen. View the logs.
12 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looks like this needs some more adjustments, see 28485.2.patch.
We also use
.hndleclass in some places (example). Perhaps we should use it in other instances too.