mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use the background styles instead of box shadows on new cards
This commit is contained in:
parent
5711df8459
commit
2ef5a59d4c
1 changed files with 2 additions and 4 deletions
|
|
@ -585,14 +585,12 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
|
|||
},
|
||||
'&:focus': {
|
||||
'> div': {
|
||||
boxShadow:
|
||||
layout === 'LIST_LAYOUT' ? 'none' : '$cardItemShadow',
|
||||
bg: '$grayBgActive',
|
||||
},
|
||||
},
|
||||
'&:hover': {
|
||||
'> div': {
|
||||
boxShadow:
|
||||
layout === 'LIST_LAYOUT' ? 'none' : '$cardItemShadow',
|
||||
bg: '$grayBgActive',
|
||||
},
|
||||
},
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue