Sarah Rambacher
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.
**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.
Utility classes need to have tokens applied and the sass variables removed. - [ ] Accessibility utilities - [ ] Alignment utilities - [ ] Background color utilities - [...
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...
**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.
**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...
**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...
Apply tokens to the log viewer. Design issue is https://github.com/patternfly/patternfly-design-kit/issues/699
Design issue is https://github.com/patternfly/patternfly-design-kit/issues/699
**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...