Cleanup
parent
ea884f833f
commit
385ea38d15
|
@ -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'
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue