Skip to content

Commit 79519b5

Browse files
committed
Restore: Sync Gutenberg @ 9b8144036fa5faf75de43d4502ff9809fcf689ad
See changelog in b80140a
2 parents baa2921 + b80140a commit 79519b5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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. */

src/wp-includes/assets/script-loader-packages.min.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@
809809
'wp-hooks',
810810
'wp-private-apis'
811811
),
812-
'version' => 'a5e466ecaa7d3773e376'
812+
'version' => '520093735c1b81307ab4'
813813
),
814814
'theme.min.js' => array(
815815
'dependencies' => array(

src/wp-includes/assets/script-modules-packages.min.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
'dependencies' => array(
299299

300300
),
301-
'version' => 'd1059441df775d567043'
301+
'version' => 'a742676bcc8809271cc6'
302302
),
303303
'workflow/index.min.js' => array(
304304
'dependencies' => array(

0 commit comments

Comments
 (0)