Update CSS selector for automations menu link beta flag
[MAILPOET-4831]
This commit is contained in:
committed by
Aschepikov
parent
d832925107
commit
d81571dd47
@ -119,7 +119,7 @@ class Menu {
|
|||||||
// @ToDo Remove Beta once Automation is no longer beta.
|
// @ToDo Remove Beta once Automation is no longer beta.
|
||||||
$this->wp->addAction('admin_head', function () {
|
$this->wp->addAction('admin_head', function () {
|
||||||
echo '<style>
|
echo '<style>
|
||||||
#adminmenu .toplevel_page_mailpoet-newsletters a[href="admin.php?page=mailpoet-automation"] {
|
#adminmenu .toplevel_page_mailpoet-homepage a[href="admin.php?page=mailpoet-automation"] {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.mailpoet-beta-badge {
|
.mailpoet-beta-badge {
|
||||||
|
Reference in New Issue
Block a user