mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-25 03:09:32 -06:00
Merge pull request #1963 from Br0wnHammer/fix/fe/status-url-hover
Fix: Status Page URL Hover
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user