We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example
cockpit/pkg/lib/page.scss
Line 147 in b2ceb58
The --pf-v6-global--palette--light-blue-400 does not exist in Patternfly v6.
--pf-v6-global--palette--light-blue-400
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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example
cockpit/pkg/lib/page.scss
Line 147 in b2ceb58
The
--pf-v6-global--palette--light-blue-400
does not exist in Patternfly v6.Running
Shows
The text was updated successfully, but these errors were encountered: