Michael Coker
Michael Coker
The presence of an action is creating extra space between sections if the action is taller than the text beside it. This is more pronounced in v6 since the font...
Currenty most (all?) values that come from figma and are in our CSS tokens are in px values, but at least for typography we want to use rem/em values, but...
* I'm curious the pros and cons of [`list-item:hover` vs of `list-item:has(> :hover)`](https://github.com/patternfly/patternfly/pull/6167#discussion_r1489741757), just want to test more if we're going to go with `:has(> :hover)` with different use cases....
```[tasklist] - [ ] Menu toggle icon should use the icon color - it's currently inheriting the text color and is set to another text color when expanded - [...
We may be using renamed/outdated tokens in our components, so we should check for that and update where needed. One way could be to get a list of tokens used...
From https://github.com/patternfly/patternfly/pull/6251#pullrequestreview-1879050606 * in page wizards - only the wizard content (nav and main) should scroll. Has to do with `align-self: start` being added to `$page__main`. * step number background...
The page chrome inset/gutter should be the large spacer (24px) now across all viewports, but the page main element has an 8px border that matches its background color, so we're...
Tried pulling in the latest docs-framework package and noticed the fullpage examples are broken. Confirmed they're broken on https://staging-v6.patternfly.org/, too. Looks to be a result of https://github.com/patternfly/patternfly-org/pull/4004, which there is...
We added a `.page-loaded` class when all of the page assets have loaded as part of https://github.com/patternfly/patternfly-org/pull/3789 Looks like the class isn't always being added to the page. According to...
Ultimately this will live on org. We should have some basic guidelines for what constitutes a breaking change. Some ideas: * A breaking change is basically _any change with code...