[FIX] make base odoo JS tests working with web_responsive module

This commit is contained in:
Sergey Shebanin
2022-01-23 18:53:52 +03:00
parent 7441e79dc9
commit 071df67c79
3 changed files with 25 additions and 1 deletions

View File

@@ -15,8 +15,10 @@
top: $o-navbar-height !important;
}
// We can't use display: none here because of tests
.o_first_app .o_navbar_apps_menu .dropdown-toggle {
display: none;
z-index: -1;
cursor: default;
}
.o_apps_menu_opened .o_main_navbar {
.o_menu_brand,