adobe / aem-core-wcm-components

Standardized components to build websites with AEM.
https://docs.adobe.com/content/help/en/experience-manager-core-components/using/introduction.html
Apache License 2.0
723 stars 737 forks source link

[Authoring overlay] Edit mode button text is white and missing its rectangular darker background #2734

Open AlexanderEggersDivae opened 2 months ago

AlexanderEggersDivae commented 2 months ago

Bug Report

Current behavior

At the moment, when entering the authoring view, the wcmmode selector in the top right does not have its usual background and uses white text color.

image

This seems to be caused by a few css selectors setting the color and background color to "undefined", when they should be #2c2c2c and #e1e1e1.

image

Expected behavior/code

I expect the text to be legible and a darker color.

Environment

Possible Solution

I assume some transpilation of the css has gone wrong and variables are missing. It does not make sense to me that the color would be explicitely set to undefined.