diff --git a/lib/components/src/layout/desktop.js b/lib/components/src/layout/desktop.js index 20594b3fcbd..1f0d9d8a5ea 100644 --- a/lib/components/src/layout/desktop.js +++ b/lib/components/src/layout/desktop.js @@ -91,19 +91,6 @@ const AddonPanelWrapper = styled('div')( }) ); -// const resizerStyles = (isShown, isVert) => ({ -// cursor: isShown ? (isVert ? 'col-resize' : 'row-resize') : undefined, -// height: isVert ? 'auto' : 10, -// width: isVert ? 10 : '100%', -// zIndex: 1, -// }); - -// const storiesResizerStyle = (showStoriesPanel, storiesPanelOnTop) => -// resizerStyles(showStoriesPanel, !storiesPanelOnTop); - -// const addonResizerStyle = (showAddonPanel, addonPanelInRight) => -// resizerStyles(showAddonPanel, addonPanelInRight); - const ContentPanel = styled('div')( ({ addonPanelInRight, storiesPanelOnTop, theme: { layoutMargin } }) => ({ position: 'absolute',