Skip to content

Some CSS variables were converted from PF5 to PF6 wrongly #21910

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

Open
Tracked by #21651
Venefilyn opened this issue Apr 11, 2025 · 0 comments
Open
Tracked by #21651

Some CSS variables were converted from PF5 to PF6 wrongly #21910

Venefilyn opened this issue Apr 11, 2025 · 0 comments

Comments

@Venefilyn
Copy link
Member

Venefilyn commented Apr 11, 2025

For example

--ct-color-list-hover-icon: var(--pf-v6-global--palette--light-blue-400);

The --pf-v6-global--palette--light-blue-400 does not exist in Patternfly v6.

Running

git grep "pf-v6-global--palette"

Shows

pkg/lib/page.scss:  // Blend between --pf-v6-global--palette--black-200 and 300
pkg/lib/page.scss:  --ct-color-link-hover-bg: var(--pf-v6-global--palette--light-blue-100);
pkg/lib/page.scss:  --ct-color-list-hover-icon: var(--pf-v6-global--palette--light-blue-400);
pkg/lib/page.scss:  --ct-color-list-active-text: var(--pf-v6-global--palette--blue-500);
pkg/lib/page.scss:  --ct-color-list-critical-alert-text: var(--pf-v6-global--palette--red-200);
pkg/lib/page.scss:  --ct-color-list-critical-alert-text: var(--pf-v6-global--palette--red-8888);
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