We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c8591 commit 03ab789Copy full SHA for 03ab789
packages/material-ui/src/Chip/Chip.js
@@ -231,6 +231,7 @@ const ChipRoot = styled('div', {
231
[`&.${chipClasses.clickable}:hover`]: {
232
backgroundColor: theme.palette.action.hover,
233
},
234
+
235
[`&.${chipClasses.focusVisible}`]: {
236
backgroundColor: theme.palette.action.focus,
237
0 commit comments