pull/10616/head
Alex P 2018-11-19 19:03:52 -08:00
parent ea884f833f
commit 385ea38d15
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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;