We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63240d9 commit 960fd46Copy full SHA for 960fd46
src/wp-admin/css/list-tables.css
@@ -79,14 +79,14 @@
79
.column-response a.post-com-count-approved:focus .comment-count-approved,
80
.column-comments a.post-com-count-approved:hover .comment-count-approved,
81
.column-comments a.post-com-count-approved:focus .comment-count-approved {
82
- background: #2271b1;
+ background: #3858e9;
83
}
84
85
.column-response a.post-com-count-approved:hover:after,
86
.column-response a.post-com-count-approved:focus:after,
87
.column-comments a.post-com-count-approved:hover:after,
88
.column-comments a.post-com-count-approved:focus:after {
89
- border-top-color: #2271b1;
+ border-top-color: #3858e9;
90
91
92
/* @todo: consider to use a single rule for these counters and the admin menu counters. */
0 commit comments