From dfb4b20cbd774f1453751f0ffc406be901527fc7 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sat, 8 Jun 2019 14:49:50 +0000 Subject: [PATCH] Administration: Remove extra border from the Screen Options and Help buttons. The extra border was visible in the responsive view for smaller screens after [32844]. Props jitendrabanjara1991. Fixes #46749. git-svn-id: https://develop.svn.wordpress.org/trunk@45501 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/common.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index 897895d21a..8df8dfc9f8 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -1682,12 +1682,7 @@ form.upgrade .hint { #screen-options-link-wrap, #contextual-help-link-wrap { float: right; - height: 28px; margin: 0 0 0 6px; - border: 1px solid #ddd; - border-top: none; - background: #fff; - box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); } #screen-meta-links .screen-meta-toggle { @@ -1696,12 +1691,16 @@ form.upgrade .hint { } #screen-meta-links .show-settings { - border: 0; + border: 1px solid #ddd; + border-top: none; + margin-bottom: 0; + padding: 3px 6px 3px 16px; background: none; border-radius: 0; color: #72777c; line-height: 1.7; - padding: 3px 6px 3px 16px; + background: #fff; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); } #screen-meta-links .show-settings:hover,