Opened 11 years ago
Closed 11 years ago
#28485 closed enhancement (fixed)
All h3 tags in a metabox look like a handle
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | ui, administration | Cc: |
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.
11 years ago
This ticket was mentioned in IRC in #wordpress-dev by helen. View the logs.
11 years ago
Note: See
TracTickets for help on using
tickets.
Looks like this needs some more adjustments, see 28485.2.patch.
We also use
.hndle
class in some places (example). Perhaps we should use it in other instances too.