Hide woo notices button when side menu is open (https://github.com/woocommerce/woocommerce-admin/pull/1658)
This commit is contained in:
parent
c94406e0d7
commit
9c95a62f3b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue