We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976d9c0 commit a749890Copy full SHA for a749890
2 files changed
āplugins/Morpheus/stylesheets/simple_structure.cssā
@@ -13,7 +13,7 @@ body#simple {
13
color: #888;
14
text-align: center;
15
font-size: 6px;
16
- background-color: #3450a3 !important;
+ background-color: var(--theme-color-header-background, #fff) !important;
17
padding: 15px 0;
18
}
19
ātests/UI/specs/Menus_spec.jsā
@@ -131,7 +131,7 @@ describe("Menus", function () {
131
});
132
await page.waitForTimeout(250);
133
134
- expect(await page.screenshotSelector('#mobile-top-menu')).to.matchImage('mobile_top');
+ expect(await page.screenshotSelector('#mobile-top-menu', false)).to.matchImage('mobile_top');
135
136
137
it('should load the left reporting menu correctly on mobile', async function() {
0 commit comments