Merge pull request #1794 from nasa/open599b

[Timeline] Add resource graphs by drag-and-drop
This commit is contained in:
Andrew Henry
2017-11-17 16:44:59 -08:00
committed by GitHub
5 changed files with 255 additions and 1 deletions

View File

@@ -38,6 +38,10 @@
.l-timeline-pane {
@include absPosDefault();
&.drop-over {
background-color: lighten($colorEditAreaBg, 5%);
}
.l-width-control {
position: relative;
}