Merge pull request #1963 from Br0wnHammer/fix/fe/status-url-hover

Fix: Status Page URL Hover
This commit is contained in:
Alexander Holliday
2025-03-19 12:11:21 -07:00
committed by GitHub

View File

@@ -40,13 +40,12 @@ const StatusPagesTable = ({ data }) => {
gap={theme.spacing(2)}
paddingLeft={theme.spacing(2)}
paddingRight={theme.spacing(2)}
borderRadius={theme.spacing(4)}
sx={{
...(row.isPublished && {
display: "inline-flex",
":hover": {
backgroundColor: `${theme.palette.primary.light}`,
cursor: "pointer",
borderRadius: 1,
borderBottom: 1,
},
}),
}}