Evan
Evan
Closes #4165 This PR removes extra `` tags in the actionable cards on the docs homepage which are causing link styling to be applied - these tags are not needed.
Closes #4061 This PR: - Replaces custom styles in footer.js with tokens, or removes custom styles completely where possible - Fixes GDPR banner functionality (currently it always shows, is not...
The cards on the homepage have an extra `` tag in the `CardTitle` that is forcing the text to have link styling (with underlines). These tags can be removed in...
The "Badge" link (on the Label - Design Guidelines page under the 'Usage' section) points to a broken v4 link and should be updated: - https://www.patternfly.org/components/label/design-guidelines/#usage
Depends on Core https://github.com/patternfly/patternfly/issues/6994 The "[with drawer](https://patternfly-react-pr-10866.surge.sh/components/jump-links/react-demos#with-drawer)" demo for JumpLinks has a couple issues: - JumpLinks/Drawer toggle are not sticky - JumpLinks not working correctly (scrollspy & clicking) Related issue...
The gallery view (ex: [All components](https://staging-v6.patternfly.org/components/jump-links/react-demos#demos)) card views have rows of the same height but the cards within each row should stretch vertically as needed to fill the row height...
The "n items" result at the top of the All components page is top-aligned in the toolbar but should be center-aligned with the rest of the content in the toolbar.
Our website docs have an arbitrary max-width applied to a wrapper element that content loads within [in mdx.js](https://github.com/patternfly/patternfly-org/blob/v6/packages/documentation-framework/templates/mdx.js#L94) which does not always work well for all content such as large...
Per comment in [#3361](https://github.com/patternfly/patternfly-org/pull/3361#pullrequestreview-1260966249), we can update the colors for charts page to avoid so many hard-coded values as mentioned below: > FWIW, another way to get the values on...