Skip to content

Commit 8458ab4

Browse files
fix(ResponseActions): Adjust focus background color (#739)
1 parent 425b516 commit 8458ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/ResponseActions/ResponseActions.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--subtle);
1717
}
1818
&:focus {
19-
--pf-v6-c-button--hover--BackgroundColor: var(--pf-t--global--background--color--action--plain--alt--clicked);
2019
--pf-v6-c-button__icon--Color: var(--pf-t--global--icon--color--regular);
20+
--pf-v6-c-button--BackgroundColor: var(--pf-v6-c-button--hover--BackgroundColor);
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)