keycloak / keycloak-quickstarts

Apache License 2.0
1.98k stars 984 forks source link

Update required in styles.css for PatternFly 5 compatibility #593

Open alaa60 opened 2 months ago

alaa60 commented 2 months ago

Describe the bug

After upgrading from version 24.0.6 to the latest version (25.0.4) of the extend account console quickstart, I noticed that custom styles were not being applied as expected. Upon investigation, it was identified that the issue stems from the upgrade to PatternFly 5.

The styles.css file contains outdated syntax that is incompatible with PatternFly 5. As a result, the custom styles defined in this file are not being applied. The issue has been addressed by updating the styles.css file to align with the new PatternFly 5 syntax, ensuring that custom styles work correctly.

Version

25.0.0

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Anything else?

No response