Steven Spriggs

Results 69 issues of Steven Spriggs

Does anyone have a quick example they can share emulating a git pull using fetch and merge? Struggling a bit trying to sift through the docs.

## Description of the issue pfe-dropdown menu items when applied with a given color context have incorrect styles applied. ![image](https://user-images.githubusercontent.com/13666/163020771-15a42a81-c7cd-41c0-997f-8d066b3f91e3.png) ### Steps to reproduce 1. Open Color Contrast Preview Demo...

priority: low
needs: design specs

Currently, patternflyelements.com documentation is version 2 of PFE in pre-release. We need to add a link to version 1.X.X documentation for those maintaining current elements in production.

priority: low

The generator script incorrectly generates an e2e test file named: `elements/{component}/test/{component}.e2e.spec.ts` this should be corrected to `elements/{component}/test/{component}.e2e.ts` The generator script also incorrectly generates an `import` line in `elements/{component}/demo/{component}.js`. Currently it...

priority: low

## Description of the issue pfe-primary-detail, when applied to a parent component such as pfe-band with a given color context, has incorrect styles applied. complement ![image](https://user-images.githubusercontent.com/13666/163034722-6e6f0d96-789a-40b7-9712-b02c6dc04be8.png) darker ![image](https://user-images.githubusercontent.com/13666/163034764-1038af86-e6de-4d68-a284-9291ef21cfe7.png) darkest ![image](https://user-images.githubusercontent.com/13666/163034802-fc83fc15-685a-486b-9713-54c98b575ce8.png)...

priority: low
needs: design specs

## Description of the issue Pfe-avatar should allow the color set to be customizable through `--pfe-avatar--colors`. However, this feature is not currently working, and `this.customColors()` always returns undefined . ###...

priority: low

## What I did - removed all scss styling - implemented Patternfly v4 styles and API - improved keyboard navigation, alignment with [W3C aria authoring practices for tabs](https://www.w3.org/WAI/ARIA/apg/example-index/tabs/tabs-automatic.html) ### TODO:...

doc
tests
styles
work in progress
functionality
demo
AT passed

pfe-readtime will be removed from PFE prior to 2.0. Will be moved to RHDS as rh-readtime.

good first issue
1:1

pfe-page-status will be removed from PFE prior to 2.0. Will be moved to RHDS as rh-page-status

good first issue
1:1

`options.verifyLabel` should create a `` tag referencing the ``. The input will need also need a `id` attribute as well. ``` var verification = $('', {"type": 'text', "id": "confirm", "class":...