Skip to content

Commit a6d69a3

Browse files
committed
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
1 parent 1710b4b commit a6d69a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/css/wp-pointer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
position: relative;
44
font-size: 13px;
55
background: #fff;
6-
border: 1px solid #dcdcde;
6+
border: 1px solid #c3c4c7;
77
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
88
}
99

0 commit comments

Comments
 (0)