8000 fix(menu): updates for alpha by mcoker · Pull Request #6322 · patternfly/patternfly · GitHub
[go: up one dir, main page]

Skip to content

fix(menu): updates for alpha#6322

Merged
mattnolting merged 3 commits intopatternfly:v6from
mcoker:issue-6319
Feb 26, 2024
Merged

fix(menu): updates for alpha#6322
mattnolting merged 3 commits intopatternfly:v6from
mcoker:issue-6319

Conversation

@mcoker
Copy link
Contributor
@mcoker mcoker commented Feb 15, 2024

fixes #6319

I didn't fix this issue with the item hover/focus color being different between menus - I believe it has to do with the blend mode and we're going to try an alternative to the blend mode for alpha, which will hopefully resolve whatever's going on there

Also left and fixed the for/id attributes (instead of just removing them) on the labels with nested checkboxes because that matches the react component.

@patternfly-build
Copy link
Collaborator
patternfly-build commented Feb 15, 2024

@mcoker mcoker changed the title fix(menu-toggle): updates for alpha fix(menu): updates for alpha Feb 15, 2024
@wise-king-sullyman wise-king-sullyman linked an issue Feb 15, 2024 that may be closed by this pull request
padding-inline-end: var(--#{$menu}__list-item--has--menu-action--PaddingInlineEnd);
}

&:focus-within,
Copy link
Contributor
@kmcfaul kmcfaul Feb 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need pf-m-focus back for typeahead select to manually show visual focus on an item, because actual focus remains on the input. It was removed in the previous menu PR.

Copy link
Collaborator
@mattnolting mattnolting left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, several version updates are needed for examples.

@@ -560,13 +567,6 @@
// - Menu check
.#{$menu}__item-check .#{$check} {
--pf-v5-c-check__input--TranslateY: none;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--pf-v5-c-check__input--TranslateY: none;
--pf-v6-c-check__input--TranslateY: none;

@mattnolting mattnolting merged commit 261e5ee into patternfly:v6 Feb 26, 2024
@patternfly-build
Copy link
Collaborator

🎉 This PR is included in version 6.0.0-alpha.93 🎉

The release is available on:

Your semantic-release bot 📦🚀

8000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Menu - follow ups for alpha

5 participants

0