[wp-trac] [WordPress Trac] #34987: "Configure" link for dashboard widgets no longer displayed.
WordPress Trac
noreply at wordpress.org
Thu Dec 10 19:21:59 UTC 2015
#34987: "Configure" link for dashboard widgets no longer displayed.
--------------------------------+-----------------------------
Reporter: catchmyfame | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Widgets | Version: 4.4
Severity: normal | Keywords:
Focuses: ui, administration |
--------------------------------+-----------------------------
The "configure" links for dashboard widgets are now hidden by CSS. The
HTML, which is generated automatically by wp_add_dashboard_widget when the
$control_callback argument is provided is:
{{{
<span class="postbox-title-action"><a href="/wp-
admin/index.php?edit=widget#" class="edit-box open-
box">Configure</a></span>
}}}
The CSS being applied from:
{{{
wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-
admin,buttons,wp-auth-check&ver=4.4
}}}
Creates the rule online 7518:
{{{
.edit-box {
display: none;
}
}}}
Which hides the anchor element as it has
{{{
class="edit-box open-box"
}}}
Another issue is that even when the rule is removed, the "configure" link
is no longer right justified.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34987>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list