From 5de5b823da9e3d9025fe00c537d08f6c9ac2a060 Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Thu, 25 Mar 2021 15:36:11 +0000 Subject: [PATCH] Pointers: Make pointer border darker to match arrow tip. Props johnjamesjacoby, melchoyce, SergeyBiryukov. Merges [50551] to the 5.7 branch. Fixes #52670. git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50581 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/wp-pointer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/css/wp-pointer.css b/src/wp-includes/css/wp-pointer.css index 57d13a0d10..afa62108f8 100644 --- a/src/wp-includes/css/wp-pointer.css +++ b/src/wp-includes/css/wp-pointer.css @@ -3,7 +3,7 @@ position: relative; font-size: 13px; background: #fff; - border: 1px solid #dcdcde; + border: 1px solid #c3c4c7; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08); }