Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/module/src/ResponseActions/ResponseActions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--subtle);
}
&: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);
Copy link
Member

Choose a reason for hiding this comment

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

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)

Copy link
Member Author

Choose a reason for hiding this comment

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

Seems ok to me? I'll sub it out. Thank you! 🙌

}
}
}
Expand Down
Loading