Michael Coker
Michael Coker
re: https://github.com/patternfly/patternfly/pull/6183/files#r1450988018 The rounded corners are on the page__main element, but we have a page__drawer element that replaces page__main when there is a drawer added to the main content area,...
Want to track this issue that came up and see if it's a one-off or something we should try and address in a larger scale way. The left edge of...
fixes https://github.com/patternfly/patternfly/issues/6055 * Moves the template hbs file to the root label component dir since the workspace doesn't auto-compile-n-reload on files nested in subdirs. * Sets the close button color...
fixes https://github.com/patternfly/patternfly/issues/6442
Individual transform properties have been supported for a while, we may be able to simplify things a bit by converting code like: ``` .thing { transform: rotate(--varR) scale(--varS) translate(--varT); }...
Follow up for the feature added to main https://github.com/patternfly/patternfly/issues/6055
re: https://github.com/patternfly/patternfly/pull/6434#pullrequestreview-1946422952 > May not really pertain to the new example added to MenuToggle, but wherever a status toggle is used elsewhere in followups we should probably be sure examples/demos...
Placeholder issue for adding basic cascade layer support to patternfly for penta. It would be good to even get a base layer setup going that we can build upon. Something...
With a sidebar/vertical nav, the masthead logo area looks to take up the the width of the sidebar - notably any stuff that comes after the logo in the masthead...
fixes https://github.com/patternfly/patternfly/issues/6390 While it's a simple fix, I'm hesitant to make this change since: * The style has been in PF since 8/2022 so folks may have worked around it,...