mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
Fix: SidebarItem feels "laggy" when clicked
@hypnosphi
This commit is contained in:
parent
aefc89dec0
commit
7cefc9faac
@ -60,7 +60,6 @@ export const Item = styled.div(
|
||||
alignItems: 'center',
|
||||
flex: 1,
|
||||
background: 'transparent',
|
||||
transition: 'background 75ms ease-out',
|
||||
},
|
||||
({ depth }) => ({
|
||||
paddingLeft: depth * 15 + 9,
|
||||
|
Loading…
x
Reference in New Issue
Block a user