Skip to content

fix: update disabled description to use text color token - #8497

Merged
mcoker merged 1 commit into
patternfly:mainfrom
mcoker:issue-8496
Jul 20, 2026
Merged

fix: update disabled description to use text color token#8497
mcoker merged 1 commit into
patternfly:mainfrom
mcoker:issue-8496

Conversation

@mcoker

@mcoker mcoker commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

fixes #8496

Also marks a var to remove in a breaking change since it isn't used anywhere.

Summary by CodeRabbit

  • Bug Fixes
    • Corrected the color of descriptions for disabled menu items and actions.
    • Added clarification for removing a legacy disabled-button color token in a future breaking change.

@mcoker
mcoker requested a review from jcmill July 14, 2026 20:45
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: aaf355d4-d0aa-4396-9ecc-3af4ba86daa6

📥 Commits

Reviewing files that changed from the base of the PR and between 716f0e5 and a5b8075.

📒 Files selected for processing (1)
  • src/patternfly/components/Menu/menu.scss

Walkthrough

The Menu stylesheet documents pending removal of a disabled button color variable and changes disabled item descriptions to use the disabled item color token instead of the disabled icon color token.

Changes

Menu disabled colors

Layer / File(s) Summary
Disabled color token updates
src/patternfly/components/Menu/menu.scss
Adds a TODO comment to the disabled button color variable and updates disabled menu item descriptions to use the disabled item color token.

Estimated code review effort: 2 (Simple) | ~5 minutes

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The conventional commit title clearly describes the disabled menu description color fix.
Linked Issues check ✅ Passed The change matches issue #8496 by switching disabled menu descriptions to the disabled text color token.
Out of Scope Changes check ✅ Passed The only extra change is a TODO comment for future removal, which stays within the requested scope.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@patternfly-build

patternfly-build commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

@jcmill jcmill left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

😎

@mcoker
mcoker merged commit b63e2bc into patternfly:main Jul 20, 2026
6 checks passed
@mcoker
mcoker deleted the issue-8496 branch July 20, 2026 14:57
@patternfly-build

Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 6.6.0-prerelease.21 🎉

The release is available on:

Your semantic-release bot 📦🚀

dlabaj added a commit that referenced this pull request Jul 28, 2026
* fix: address word-break/overflow-wrap bug (#8487)

* chore(input group): add radius modifier (#8483)

* fix(table): nested table sorting (#8491)

* fix(tree-view): revert caret rotations (#8490)

* fix(a11y): ignore target-size rule for WCAG 2.2 bump (#8493)

* fix(tree): update tree table and DLS tree toggle icon direction (#8502)

* fix: update disabled description to use text color token (#8497)

* fix(plain actions): update tokens to vertical-plain (#8495)

* fix: address bottom pagination bugs (#8498)

* fix: address bottom pagination bugs

* fix: round border-radius on default bottom in glass

* chore(primary details): fix drawer and toolbar (#8509)

* fix(modal): footer action spacing (#8526)

---------

Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
Co-authored-by: Andrew Ronaldson <aronalds@redhat.com>
Co-authored-by: Jake Miller <jake83miller@gmail.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Jake Miller <jakmille@redhat.com>
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.

Bug - Menu - Disabled description uses wrong color

3 participants