From f899fb48ce5e11e2e77b5f77ac0a22503b13f8a2 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 24 Nov 2016 11:45:30 +0100 Subject: [PATCH] Lighter background for navtree --- src/styles/_project.sass | 5 ++--- src/styles/base.sass | 1 - src/styles/plugins/_jstree.sass | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/styles/_project.sass b/src/styles/_project.sass index c5fbca5f..1211bd90 100644 --- a/src/styles/_project.sass +++ b/src/styles/_project.sass @@ -1,4 +1,4 @@ -$project-sidebar-background: $color-background-nav +$project-sidebar-background: $color-background #project-container display: flex @@ -211,8 +211,7 @@ $project-sidebar-background: $color-background-nav min-height: $project_header-height width: 100% background-color: $color-background-light - border-bottom: thin solid lighten($color-text-dark-hint, 10%) - box-shadow: -15px 5px 25px rgba(black, .2) + border-bottom: thin solid $color-background-dark /* Name of the project */ .project-title diff --git a/src/styles/base.sass b/src/styles/base.sass index caec7ad5..f23f848e 100644 --- a/src/styles/base.sass +++ b/src/styles/base.sass @@ -702,7 +702,6 @@ footer .tooltip transition: none - &.in opacity: 1 diff --git a/src/styles/plugins/_jstree.sass b/src/styles/plugins/_jstree.sass index a30fd616..63eff376 100644 --- a/src/styles/plugins/_jstree.sass +++ b/src/styles/plugins/_jstree.sass @@ -1,7 +1,7 @@ /* jsTree overrides */ -$tree-color-text: $color-text-light-primary -$tree-color-highlight: white +$tree-color-text: $color-text-dark-primary +$tree-color-highlight: hsl(hue($color-background-active), 40%, 40%) $tree-color-highlight-background: hsl(hue($color-background-active), 40%, 40%) $tree-color-highlight-background-text: white