Michael Coker
Michael Coker
In a lot of/most places, we use the combination of `display: none; visibility: hidden;` to hide something and `display: [whatever]; visibility: visble;` to show it again. I believe that was...
Core PR - https://github.com/patternfly/patternfly/pull/5118 This prevents the required asterisk and/or help button from wrapping to a new line as orphans.
react issue - https://github.com/patternfly/patternfly-react/issues/8104 Primary and secondary should both have a border by default, and should use the same modifier to remove the border.
When we switched the default font to the [RedHatFont](https://github.com/RedHatOfficial/RedHatFont), we created an opt-in to continue using the old font, Overpass, by using `.pf-m-overpass-font`. Let's remove this in the next breaking...
It seems like the `__body` element needs to grow by default since it also scrolls its overflow. I'm wondering if this has always been a problem, or if `flex-grow` was...
A couple of things I spotted, but there may be other improvements, too * Wizard close button class is on the plain button component - we should have a separate...
React has custom styles for an invalid step that we should bring back to core. Here's the example https://patternfly-react-v6.surge.sh/components/wizard/#step-error-status.
There is space between the node and actions, and clicking in that area does nothing despite the background changing on hover, indicating the mouse is over an actionable area. There...
From https://github.com/patternfly/patternfly/pull/5088/files, we're adding page sections in the sidebar to create padding - while that works, we should probably rethink that. Seems like the sidebar should support padding/insets with body...
re: https://github.com/patternfly/patternfly-react/issues/5838 Variants like primary, secondary, plain, control, etc should support statuses as a separate variation. The react component will likely update to these props - `variant="primary" status="success"`. At a...