Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(treelist): Tweaking styles after testing in planner UI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq authored and joshuawilson committed Mar 23, 2017
1 parent d992c63 commit be89458
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
17 changes: 11 additions & 6 deletions src/app/treelist/treelist-item.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
padding-top: 5px;
}
}
}

.node-drop-slot {
height: 5px;
}

.node-drop-slot.is-dragging-over {
.node-drop-slot {
height: 5px;
&.is-dragging-over {
background-color: $color-pf-black-400;
border: none;
height: 60px;
height: 30px;
}
}

Expand All @@ -38,11 +37,17 @@
}
}
}
/* Todo: Highlight drop on nodes?
&.is-dragging-over {
.list-group-item {
background-color: $color-pf-black-200;
}
}
*/
}

.node-wrapper {
padding-left: 0 !important;
}

// Indentation -- highlighting should occupy entire row
Expand Down
1 change: 0 additions & 1 deletion src/app/treelist/treelist.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

.node-wrapper {
display: block;
align-items: inherit;
}

// Toggle up
Expand Down

0 comments on commit be89458

Please sign in to comment.