Michael Coker
Michael Coker
There are some places where it should be really straight forward to drop in `gap` - likely any place we have a list of things that need a common spacer,...
Here is a list of some things. It would be good to look through the components and library and see if there is anything else. ---- Anything that was added...
Right now the notification badge in core is its own element designed to be placed in a plain button. It seems like this could just be a variant of a...
Per [this breaking change to update the global vars](https://github.com/patternfly/patternfly/issues/5105), it would be great if we could remove a lot of the per-component specific CSS. Having a more robust var system...
From https://github.com/patternfly/patternfly/issues/4939 and https://github.com/patternfly/patternfly/pull/4940/files, this should be impactful in a lot of components. We may need to discuss a standard and format for using `:is()`. For example, the `:is()` applies...
We can clean up our old font files, and remove the need for `.pf-m-updated-font` and go ahead and add support for the latest RHT/RHD/RHM files. @mcarrano @mmenestr @mceledonia should we...
Currently truncation is enabled by adding a `__text` container to the text. Let's update the label component so the `__text` container is used by default, which will match the chip...
From https://github.com/patternfly/patternfly/pull/3821, we have existing components that include a regular `` that should use the standalone variation of the check/radio component in our next breaking change release.
Looks like the header toggle margin vars were applied to the card actions element - https://github.com/patternfly/patternfly/pull/3586/files#diff-f77b58a7cf3d9657d084dec7fcc8ac27020c93e9dedea7d718cc122ccf48cd83R135 Card actions should have its own vars. Also the negative top/bottom margin only works...
Similar to the modal, the popover should have a header and title element instead of just using the title component.