Michael Coker

Results 209 issues of 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...

PF Team

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.

Breaking change :boom:
PF Team

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

Stale
PF Team

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,...

Stale
PF Team

## 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...

Stale
PF Team

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...

Stale
PF Team

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]`

Breaking change :boom:
PF Team

> 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/...

PF Team

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...

PF Team