Skip to content

Commit 960fd46

Browse files
Admin Reskin: Correct background color for comment count bubbles.
Props r1k0, mukesh27, manishxdp. Fixes #64829. git-svn-id: https://develop.svn.wordpress.org/trunk@61869 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 63240d9 commit 960fd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/css/list-tables.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@
7979
.column-response a.post-com-count-approved:focus .comment-count-approved,
8080
.column-comments a.post-com-count-approved:hover .comment-count-approved,
8181
.column-comments a.post-com-count-approved:focus .comment-count-approved {
82-
background: #2271b1;
82+
background: #3858e9;
8383
}
8484

8585
.column-response a.post-com-count-approved:hover:after,
8686
.column-response a.post-com-count-approved:focus:after,
8787
.column-comments a.post-com-count-approved:hover:after,
8888
.column-comments a.post-com-count-approved:focus:after {
89-
border-top-color: #2271b1;
89+
border-top-color: #3858e9;
9090
}
9191

9292
/* @todo: consider to use a single rule for these counters and the admin menu counters. */

0 commit comments

Comments
 (0)