[Frontend] Styling for tree item when its being edited

open #278
Work in progress
This commit is contained in:
Charles Hacskaylo
2015-11-17 16:04:41 -08:00
parent 5882278f98
commit b9cd26aaf6
5 changed files with 168 additions and 44 deletions

View File

@@ -157,6 +157,7 @@ $colorItemTreeIconHover: lighten($colorItemTreeIcon, 20%);
$colorItemTreeFg: $colorBodyFg;
$colorItemTreeSelectedBg: pushBack($colorKey, 15%);
$colorItemTreeSelectedFg: pullForward($colorBodyFg, 20%);
$colorItemTreeEditingBg: #b2624a;
$colorItemTreeVC: rgba(#fff, 0.3);
$colorItemTreeSelectedVC: $colorItemTreeVC;
$colorItemTreeVCHover: $colorAlt1;