From 0ecf5bfd0c77e52222488208203a86e6b1f0a9f5 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Wed, 25 Jul 2018 23:49:27 +0200 Subject: [PATCH] REMOVE commented code --- lib/components/src/layout/desktop.js | 13 ------------- 1 file changed, 13 deletions(-) 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',