diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css index b09c390202..a468d81395 100644 --- a/src/wp-admin/css/common.css +++ b/src/wp-admin/css/common.css @@ -3024,7 +3024,8 @@ img { /* Metabox collapse arrow indicators */ .js .sidebar-name .sidebar-name-arrow:before, -.js .meta-box-sortables .postbox .toggle-indicator:before { +.js .meta-box-sortables .postbox .toggle-indicator:before, +.bulk-action-notice .toggle-indicator:before { content: "\f142"; display: inline-block; font: normal 20px/1 dashicons; @@ -3035,7 +3036,8 @@ img { } .js .widgets-holder-wrap.closed .sidebar-name-arrow:before, -.js .meta-box-sortables .postbox.closed .handlediv .toggle-indicator:before { +.js .meta-box-sortables .postbox.closed .handlediv .toggle-indicator:before, +.bulk-action-notice .bulk-action-errors-collapsed .toggle-indicator:before { content: "\f140"; } @@ -3065,6 +3067,12 @@ img { text-indent: 1px; /* account for the dashicon alignment */ } +.bulk-action-notice .toggle-indicator:before { + line-height: 16px; + vertical-align: top; + color: #72777c; +} + .js .postbox .handlediv:focus { -webkit-box-shadow: none; box-shadow: none; diff --git a/src/wp-admin/includes/update.php b/src/wp-admin/includes/update.php index 457b5fee63..74899e37cb 100644 --- a/src/wp-admin/includes/update.php +++ b/src/wp-admin/includes/update.php @@ -634,7 +634,7 @@ function wp_print_admin_notice_templates() {
id="{{ data.id }}"<# } #> class="notice {{ data.className }}">

{{{ data.message }}}