Michael Coker
Michael Coker
Noticed in testing the latest release candidate [prerelease-v6.3.0-prerelease.36](https://github.com/patternfly/patternfly/releases/tag/prerelease-v6.3.0-prerelease.36). It looks like if a button has a portrait shape and is too tall, the background for the clicked/active state shows. I...
https://github.com/patternfly/patternfly/blob/3bb2df28f67ac83f59277e55dba182228d2da379/src/patternfly/components/DataList/data-list.scss#L285 The cursor styles should stay, but everything else should just come from the button component.
fixes https://github.com/patternfly/patternfly/issues/7496
Reported in https://github.com/patternfly/patternfly-react/pull/11765#pullrequestreview-2779166073, need to add `.pf-v6-c-card__header-main` around card title on this example - https://www.patternfly.org/components/card/html#card-with-header-that-wraps
Follow up from https://github.com/patternfly/patternfly/pull/7416 @srambach noticed that when you have a menu toggle with an avatar next to one without (or next to any form type of element - textinput,...
## The error ``` x Close Browser x Close Browser SCENARIO > 733 of 998 - /layouts/level/html/two-items (mobile) SCENARIO > 733 of 998 - /layouts/level/html/two-items (tablet) x Close Browser x...
Off hand I believe there are at least a few components that use something like `calc(var(--font-size) * var(--line-height))` to try and calculate the height of a thing. That depends on...
Placeholder for additional tasks as there are likely some newer best practices we could use in our base styles. * From https://github.com/patternfly/patternfly/pull/7458, consider updating global `a` text-decoration/link styles to `a[href]`
> The card with accordion height difference is because pf-v6-c-accordion has a row-gap of .25rem and pf-v6-c-accordion__expandable-content was display:none and now it's display:block which causes extra row-gap URL is https://www.patternfly.org/components/card/html-demos/with-accordion/...
From @thatblindgeye's investigation on the performance of pages with tons of DOM nodes (some animations are adding a bunch of hidden elements to the DOM that weren't in the DOM...