mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove hover background colour
This commit is contained in:
parent
0ffc06454b
commit
db7b499576
1 changed files with 0 additions and 2 deletions
|
|
@ -52,10 +52,8 @@ const TableCard = styled(Box, {
|
|||
alignItems: 'center',
|
||||
border: '0.3px solid $grayBgActive',
|
||||
width: '100%',
|
||||
|
||||
'&:hover': {
|
||||
border: '0.3px solid #FFD234',
|
||||
backgroundColor: '#FFFDF4',
|
||||
},
|
||||
'@md': {
|
||||
paddingLeft: '0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue