* Also fixes other cypress test
* Build assets
Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
height: 50px;
position: relative;
display: flex;
- filter: var(--background-image-invert-if-bright);
&.app-menu-entry__active {
opacity: 1;
height: $header-icon-size;
padding: calc((100% - $header-icon-size) / 2);
box-sizing: content-box;
+ filter: var(--background-image-invert-if-bright);
}
.app-menu-entry--label {
it('See the header being inverted', function() {
cy.waitUntil(() => cy.window().then((win) => {
- const firstEntry = win.document.querySelector('.app-menu-main li')
+ const firstEntry = win.document.querySelector('.app-menu-main li img')
if (!firstEntry) {
return false
}
it('See the header being inverted', function() {
cy.waitUntil(() => cy.window().then((win) => {
- const firstEntry = win.document.querySelector('.app-menu-main li')
+ const firstEntry = win.document.querySelector('.app-menu-main li img')
if (!firstEntry) {
return false
}