Opened 9 years ago
Closed 9 years ago
#35202 closed enhancement (duplicate)
dashboard config link don't appear when hover title
Reported by: | omarhadidy | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4 |
Component: | Widgets | Keywords: | |
Focuses: | ui, rtl | Cc: |
Description
when create admin dashboard widget with $control_callback
<a href="/wp-admin/index.php?edit=custom_dashboard_widget#$widget_id" class="edit-box open-box">Configure</a>
class edit-box in wp-admin/css/dashboard-rtl.css and wp-admin/css/dashboard.css
Line 749 .edit-box { display :none }
with
Line 753 h3:hover .edit-box{ display: inline; }
in html dom and html code
<h2 class="hndle *">
when hover title h2
.edit-box don't appear because in css h3 not h2
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
inspect element for admin dashboard widget