Michael Coker

Results 206 issues of Michael Coker

Here's an example report with the artifacts - [BackstopJS Report.pdf](https://github.com/user-attachments/files/17589469/BackstopJS.Report.pdf) Looking at it briefly, I'm not sure what's causing it. All of the failures have the following in common: *...

Spike
Stale
PF Team

https://github.com/patternfly/patternfly/blob/23f5d680d5ec78cb6f5929d03b22245740d2278e/src/patternfly/components/ModalBox/modal-box.scss#L76-L77 https://github.com/patternfly/patternfly/blob/23f5d680d5ec78cb6f5929d03b22245740d2278e/src/patternfly/components/ModalBox/modal-box.scss#L245-L251 Need to update to use the correct semantic spacer, and there is no need for a breakpoint based spacer change.

Stale
PF Team

Button and menu toggle animate these properties https://github.com/patternfly/patternfly/blob/91ae07f0442eb61c45e62536d34b2c6a9e6f98ab/src/patternfly/components/Button/button.scss#L26 Let's look to see if we can stick with `opacity` and the `transform` properties with any of these visual effects to make...

PF Team

Following the RHDS devs lead, they differentiate between private and public CSS vars by prefixing private vars with `_` - for example `--pf-v6-c-component--public-var` and `--_pf-v6-c-component--private-var`. Sauce - https://ux.redhat.com/theming/developers/#writing-themes Since the...

Spike
PF Team

Add text blurb to status menu toggle example saying you need to use helper text w/ warning and danger. We can use the wording in the react example - https://www.patternfly.org/components/menus/menu-toggle/#status-toggle...

Stale
PF Team

Looks like `inert` is now in our supported browsers - https://caniuse.com/mdn-html_global_attributes_inert. And here is a good article on what it does - https://web.dev/articles/inert Off the top of my head, some...

Spike
PF Team