[wp-trac] [WordPress Trac] #35162: configure dashboard widget link no longer visible

WordPress Trac noreply at wordpress.org
Sat Dec 19 00:48:26 UTC 2015


#35162: configure dashboard widget link no longer visible
--------------------------------+-----------------------------
 Reporter:  webdevmattcrom      |      Owner:
     Type:  defect (bug)        |     Status:  new
 Priority:  normal              |  Milestone:  Awaiting Review
Component:  Widgets             |    Version:  4.4
 Severity:  normal              |   Keywords:
  Focuses:  ui, administration  |
--------------------------------+-----------------------------
 Line 753 of wp-admin\css\dashboard.css has the following:


 {{{
 h3:hover .edit-box {
         display: inline;
 }
 }}}

 Dashboard widget titles are now h2's instead of h3's so the "Configure"
 link is no longer appearing on hover as it used to. I'd submit a patch,
 but no idea how to do that. Here's the fix (if it's not already obvious):


 {{{
 h2:hover .edit-box {
         display: inline;
 }
 }}}

 Of course this also applies to dashboard-rtl.css

--
Ticket URL: <https://core.trac.wordpress.org/ticket/35162>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list