Better handling of border on hover

This commit is contained in:
Jackson Harper
2024-08-12 11:09:45 +08:00
parent f4f7870a35
commit 0b969c20ce

View File

@ -91,6 +91,9 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
'@media (max-width: 930px)': {
borderRadius: '0px',
},
'&:hover': {
borderBottom: 'unset',
},
...layoutWidths,
}}
alignment="start"