/**************************************************************************
 * Hide Jquery Migrate Helper items
 **************************************************************************/

/* Top black bar menu item */
#wp-admin-bar-enable-jquery-migrate-helper {
    display: none;
}
/* Nag on dashboard home */
.notice.notice-warning.is-dismissible.jquery-migrate-dashboard-notice {
    display: none;
}
/* Second Nag on dashboard home - legacy version of jquery */
.notice.notice-error.jquery-migrate-dashboard-notice {
    display: none;
}

/* Top menu bar Nag - legacy version of jquery */
#wp-admin-bar-enable-jquery-migrate-helper {
    display: none;
}

/* Red count on left tools menu* /
.jqmh-deprecations.count-2 {
    display: none !important;
}