fix(ResponseActions): Adjust focus background color#739
Merged
rebeccaalpert merged 2 commits intopatternfly:mainfrom Nov 10, 2025
Merged
fix(ResponseActions): Adjust focus background color#739rebeccaalpert merged 2 commits intopatternfly:mainfrom
rebeccaalpert merged 2 commits intopatternfly:mainfrom
Conversation
|
Preview: https://chatbot-pr-chatbot-739.surge.sh A11y report: https://chatbot-pr-chatbot-739-a11y.surge.sh |
edonehoo
approved these changes
Oct 28, 2025
thatblindgeye
approved these changes
Oct 28, 2025
srambach
reviewed
Oct 31, 2025
| &:focus { | ||
| --pf-v6-c-button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--clicked); | ||
| --pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular); | ||
| background-color: var(--pf-v6-c-button--hover--BackgroundColor); |
Member
There was a problem hiding this comment.
Does it work if you set --pf-v6-c-button--BackgroundColor rather than the property itself? (seems to in the inspector but I could be missing some side effect)
Member
Author
There was a problem hiding this comment.
Seems ok to me? I'll sub it out. Thank you! 🙌
kaylachumley
approved these changes
Nov 7, 2025
|
🎉 This PR is included in version 6.5.0-prerelease.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adjusted focus state color.
Demo: https://chatbot-pr-chatbot-739.surge.sh/patternfly-ai/chatbot/messages#message-actions-clicked-state