Steven Spriggs
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,...
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...
`` 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...
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...
## 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...
After #1291 lands, we should use radio group instead of datalist for `rh-context-picker`
`` 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...
mobile overflow button are broken for RTL icons face the wrong way and do scroll the overlfow 
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`,...