fix(site): Fix filter hover (#6624)

This commit is contained in:
Bruno Quaresma
2023-03-16 10:31:41 -03:00
committed by GitHub
parent a7c734c60b
commit 854bcce5e0

View File

@ -174,9 +174,13 @@ const useStyles = makeStyles<Theme, StyleProps>((theme) => ({
},
buttonRoot: {
border: `1px solid ${theme.palette.divider}`,
borderRight: "0px",
borderRadius: `${theme.shape.borderRadius}px 0px 0px ${theme.shape.borderRadius}px`,
flexShrink: 0,
marginRight: -1,
"&:hover": {
zIndex: 1,
},
},
errorRoot: {
color: theme.palette.error.main,