Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AlexanderEggersDivae opened this issue Apr 23, 2024 · 0 comments

Comments

@AlexanderEggersDivae
Copy link

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

  • aem-sdk-quickstart-2024.4.15939.20240417T061314Z-240300
  • The current state of our stage does not have this issue on aem-sdk-quickstart-2024.3.15575.20240318T214814Z-231200
  • Core Components version: 1.14.0-2.23.2
  • AEMaaCS

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant