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
This commit is contained in:
Kelly Choyce-Dwan 2021-03-25 15:36:11 +00:00
parent ae523ec894
commit 5de5b823da

View File

@ -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);
}