mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Background colour of device icons on larger displays
This commit is contained in:
parent
9932b33fde
commit
659d931cd3
1 changed files with 1 additions and 2 deletions
|
|
@ -223,7 +223,7 @@ export default function MobileInstallHelp(): JSX.Element {
|
|||
height: 35,
|
||||
width: 35,
|
||||
cursor: 'pointer',
|
||||
backgroundColor: '#F5F5F4',
|
||||
backgroundColor: '$tooltipIcons',
|
||||
...(selectedTooltip !== item.label && {
|
||||
filter: 'grayscale(1)',
|
||||
}),
|
||||
|
|
@ -234,7 +234,6 @@ export default function MobileInstallHelp(): JSX.Element {
|
|||
filter: 'grayscale(0)',
|
||||
},
|
||||
'@lg': {
|
||||
backgroundColor: '$tooltipIcons',
|
||||
transition: 'filter .3s linear',
|
||||
'&:hover': {
|
||||
filter: 'grayscale(0)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue