The elements previously implicitly inherited the text color from the surrounding HTML context rather than the element itself. This caused the colors from the content area to bleed into the mobile menu.
See https://www.woltlab.com/community/thread/295243-pro-und-kontra-neues-kontrollzentrum/?postID=
1897430#post1897430 ff
--color-indicator: #{$wcfUserMenuIndicator};
background-color: var(--background-color);
+ color: var(--color);
grid-area: content;
}
}
.icon {
+ color: var(--color);
transform: rotate(0);
}
top: 5px;
width: 10px;
}
+
+ .icon {
+ color: var(--color);
+ }
}
.pageMenuUserTabPanel {