style changes for panel placeholder (move and resize) effect

This commit is contained in:
Torkel Ödegaard
2018-11-30 05:14:23 -08:00
parent 222f26ea80
commit 1db3885283
4 changed files with 14 additions and 2 deletions

View File

@@ -57,6 +57,13 @@
}
}
.react-grid-item.react-grid-placeholder {
box-shadow: $panel-grid-placeholder-shadow;
background: $panel-grid-placeholder-bg;
z-index: 0;
opacity: unset;
}
.theme-dark {
.react-grid-item > .react-resizable-handle::after {
border-right: 2px solid $gray-1;

View File

@@ -265,10 +265,9 @@
height: 44px;
&:hover {
background: $card-background-hover;
box-shadow: $panel-editor-viz-item-shadow-hover;
background: $panel-editor-viz-item-bg-hover;
border: $panel-editor-viz-item-border-hover;
box-shadow: $panel-editor-viz-item-shadow-hover;
}
&--selected {