From d0ef84ea8cab0b2e61bf009d7e7b1e339be3c66c Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Sun, 13 Dec 2015 13:56:49 +0000 Subject: [PATCH] Admin: After [35128], make the 'Configure' link work again for dashboard widgets. See #34987. git-svn-id: https://develop.svn.wordpress.org/trunk@35896 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/dashboard.css | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index c8bc653fc1..92d8b2057c 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -734,12 +734,17 @@ form.initial-form.quickpress-open input#title { margin: 10px; } -.edit-box { +.postbox .button-link .edit-box { display: none; } -h3:hover .edit-box { - display: inline; +.edit-box { + opacity: 0; +} + +.hndle:hover .edit-box, +.edit-box:focus { + opacity: 1; } #dashboard-widgets form .input-text-wrap input { @@ -765,19 +770,13 @@ h3:hover .edit-box { text-decoration: none; } -#dashboard-widgets h3 a { +#dashboard-widgets h2 a { text-decoration: underline; } -#dashboard-widgets h3 .postbox-title-action { - position: absolute; - right: 10px; - padding: 0; - top: 5px; -} - -.js #dashboard-widgets h3 .postbox-title-action { - right: 33px; +#dashboard-widgets .hndle .postbox-title-action { + float: right; + line-height: 1.2; } #dashboard_plugins h5 {