From 385ea38d15b01b8bba6a80dd4a5aa6640c711cab Mon Sep 17 00:00:00 2001 From: Alex P Date: Mon, 19 Nov 2018 19:03:52 -0800 Subject: [PATCH] Cleanup --- ui/src/shared/components/cells/CellContext.tsx | 2 +- ui/src/shared/components/cells/react-grid-layout.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/shared/components/cells/CellContext.tsx b/ui/src/shared/components/cells/CellContext.tsx index dbb955054d..4843aa6b9f 100644 --- a/ui/src/shared/components/cells/CellContext.tsx +++ b/ui/src/shared/components/cells/CellContext.tsx @@ -2,7 +2,7 @@ import React, {PureComponent} from 'react' // Components -import {Context, IconFont, ComponentColor, Alignment} from 'src/clockface' +import {Context, IconFont, ComponentColor} from 'src/clockface' // Types import {Cell} from 'src/types/v2' diff --git a/ui/src/shared/components/cells/react-grid-layout.scss b/ui/src/shared/components/cells/react-grid-layout.scss index e36f70d3f8..0aec52ac96 100644 --- a/ui/src/shared/components/cells/react-grid-layout.scss +++ b/ui/src/shared/components/cells/react-grid-layout.scss @@ -94,7 +94,7 @@ opacity: 1; } -.react-grid-item.resizing .react-resizable-handle +.react-grid-item.resizing .react-resizable-handle, .react-grid-item.react-draggable-dragging .react-resizable-handle { opacity: 1; border-right-color: $c-comet;