Hide woo notices button when side menu is open (https://github.com/woocommerce/woocommerce-admin/pull/1658)

This commit is contained in:
Joshua T Flowers 2019-02-22 09:42:42 +08:00 committed by GitHub
parent c94406e0d7
commit 9c95a62f3b
1 changed files with 4 additions and 0 deletions

View File

@ -158,6 +158,10 @@
}
}
.wp-responsive-open .woocommerce-layout__activity-panel-mobile-toggle {
display: none;
}
.woocommerce-layout__activity-panel-toggle-bubble.has-unread::after {
content: ' ';
position: absolute;