mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 16:49:11 +03:00
fix blue dots appearing when transitioning
This commit is contained in:
@@ -39,9 +39,8 @@ const LayoutMenuItemComponent = ({
|
|||||||
left: 0,
|
left: 0,
|
||||||
top: 0,
|
top: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
width: selected ? '4px' : '0px',
|
width: selected ? '3px' : '0px',
|
||||||
backgroundColor: '#90caf9',
|
backgroundColor: '#90caf9',
|
||||||
borderRadius: '0 2px 2px 0',
|
|
||||||
transition: 'width 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53)'
|
transition: 'width 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53)'
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user