Steven Spriggs

Results 113 issues of Steven Spriggs

If a `slot="header"` is not present, the `#header` shadow DOM element correctly receives a `.empty` class but the style is overwritten due the style `#header { display: flex }` having...

## What I did 1. Added `` Closes #770 ### TODO - [x] Update JSDoc - [x] Add README.md - [x] Add changeset - [ ] Update [overview, style, guidelines,...

feature

When styling off of the `[data-demo]` attribute this works for the standalone demo link ie (https://ux.redhat.com/elements/card/demo/variants/) and the local dev server (localhost:8000/elements/card/demo/variants/) but will not work when rendered in the...

docs

`` default body slot does not allow styling headers due to `inherit !important` when combined with other slotted content. Documentation also states it is [ok to add headers](https://ux.redhat.com/elements/card/style/#body) to the...

bug

It **should** hit a endpoint that stores data for the version dropdown which could be available at `ux.redhat.com/versions.json` that way future versions and older versions will always be able target...

docs
blocked

## What I did 1. Fixed component level CSS vars `--rh-cta` with private prefixed`--_` variables allowing `--rh-cta` scope to be used to set values in the component. This matches our...

bug

After #1291 lands, we should use radio group instead of datalist for `rh-context-picker`

feature
for dev
priority: high

`` when no `[data-label]`'s are present on headers and columns, the table should still present itself in a manner that is still visually logical/readable. Also to note after a discussion...

bug
priority: high
good 1st issue
red hack day

mobile overflow button are broken for RTL icons face the wrong way and do scroll the overlfow ![image](https://github.com/RedHat-UX/red-hat-design-system/assets/13666/02a1d313-1c47-4820-a46c-3bfd7d8409d8)

bug
blocked

https://ux.redhat.com/elements/subnavigation/style/#theme Docs currently say that `` is only available as a light theme. However it is available across all color-palettes. In fact several components are available as `darkest `, `darker`,...