Better handling of border on hover
This commit is contained in:
@ -91,6 +91,9 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
|
||||
'@media (max-width: 930px)': {
|
||||
borderRadius: '0px',
|
||||
},
|
||||
'&:hover': {
|
||||
borderBottom: 'unset',
|
||||
},
|
||||
...layoutWidths,
|
||||
}}
|
||||
alignment="start"
|
||||
|
||||
Reference in New Issue
Block a user