From a6d69a329841aac8dbe703d27ba20878be821bb9 Mon Sep 17 00:00:00 2001 From: Kelly Choyce-Dwan Date: Thu, 18 Mar 2021 23:24:04 +0000 Subject: [PATCH] Pointers: Make pointer border darker to match arrow tip. Props johnjamesjacoby, melchoyce, SergeyBiryukov. Fixes #52670. git-svn-id: https://develop.svn.wordpress.org/trunk@50551 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); }