[wp-trac] [WordPress Trac] #35202: dashboard config link don't appear when hover title
WordPress Trac
noreply at wordpress.org
Tue Dec 22 17:14:38 UTC 2015
#35202: dashboard config link don't appear when hover title
-------------------------+-----------------------------
Reporter: omarhadidy | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 4.4
Severity: normal | Keywords:
Focuses: ui, rtl |
-------------------------+-----------------------------
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
{{{
#!css
Line 749
.edit-box
{
display :none
}
}}}
with
{{{
#!css
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
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35202>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list