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
This commit is contained in:
Kelly Choyce-Dwan 2021-03-18 23:24:04 +00:00
parent 1710b4bdbc
commit a6d69a3298

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