From 95b89c599f7dc9f5d60033c7327d8686f49cfe7e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 5 Feb 2020 06:41:13 +0000 Subject: [PATCH] Site Health: Improve focus style for accordion items on Site Health screens. The new style is more consistent with other elements like `.wp-core-ui` buttons. Props audrasjb, mensmaximus, afercia, melchoyce, Clorith. Fixes #48578. git-svn-id: https://develop.svn.wordpress.org/trunk@47188 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/site-health.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/css/site-health.css b/src/wp-admin/css/site-health.css index 0c60897b2d..6efc630fa1 100644 --- a/src/wp-admin/css/site-health.css +++ b/src/wp-admin/css/site-health.css @@ -321,8 +321,9 @@ color: #191e23; border: none; box-shadow: none; - outline-offset: -2px; - outline: 1px dotted #555d66; + outline-offset: -1px; + outline: 2px solid #0071a1; + background-color: #f8f9f9; } .health-check-accordion-trigger .title {