Sarah Rambacher

Results 78 issues of Sarah Rambacher

Sass variables should have been removed from components, so we should be able to remove them completely now. Exception: `--#{$pf-global}--spacer--form-element` is used and will need a replacement.

Tech debt
PF6
Penta

**Describe the enhancement or change** The overflow menu component currently uses the deprecated dropdown. For this issue, replace uses of the dropdown with the menu component.

Tech debt
PF6

Utility classes need to have tokens applied and the sass variables removed. - [ ] Accessibility utilities - [ ] Alignment utilities - [ ] Background color utilities - [...

Feature
Epic
PF6
Penta

In particular, the spacers used in mixins need to be updated to use tokens. https://github.com/patternfly/patternfly/blob/main/src/patternfly/base/_variables.scss https://github.com/patternfly/patternfly/blob/main/src/patternfly/sass-utilities/scss-variables.scss Question: do we still use these sass variables, or do we migrate away from...

Feature
pinned
PF6
Penta

**Describe the enhancement or change** Look at moving the border from the card to a pseudoelement. Update the "revert" properties, which are not currently working.

Tech debt

**Describe the enhancement or change** Currently, the tokens are generated into a file that includes the `:root` selector. @mcoker suggests we remove that so that those tokens could be imported...

pinned
Tech debt
PF6
Penta

**Describe the feature** Design issue #1243 Side nav includes icons and (maybe) can collapse down to just the icon (docked) Possibly for v6 we just ensure that the HTML structure...

Feature
Penta
Post v6

Apply tokens to the log viewer. Design issue is https://github.com/patternfly/patternfly-design-kit/issues/699

Feature
PF6
Penta

Design issue is https://github.com/patternfly/patternfly-design-kit/issues/699

Feature
PF6
Penta

**Is this a new component or an extension of an existing one?** On the icon button, we currently use `pf-m-start` and `pf-m-end` to apply a margin to the left or...

Feature