Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#35202 closed enhancement (duplicate)

dashboard config link don't appear when hover title

Reported by: omarhadidy's profile 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)

2.png (227.3 KB) - added by omarhadidy 9 years ago.
inspect element for admin dashboard widget

Download all attachments as: .zip

Change History (2)

@omarhadidy
9 years ago

inspect element for admin dashboard widget

#1 @SergeyBiryukov
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Hi @omarhadidy, welcome to Trac!

Thanks for the report, we're already tracking this issue in #34987.

Note: See TracTickets for help on using tickets.