From 35f43b8a6cbbe2b608eb5ee7ad88c5be872dc9e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Wed, 26 Oct 2016 16:02:23 +0200 Subject: [PATCH] Update summary style --- app/static/src/sass/modules/navs/_nav-tree.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/static/src/sass/modules/navs/_nav-tree.scss b/app/static/src/sass/modules/navs/_nav-tree.scss index b48ff2ff..3b0eab46 100644 --- a/app/static/src/sass/modules/navs/_nav-tree.scss +++ b/app/static/src/sass/modules/navs/_nav-tree.scss @@ -104,12 +104,16 @@ $module: ".nav-tree"; background: lighten($color_main, 20%); color: $color-black-light; - &.active { + @include transition(all 0.25s ease-in-out); + + &.active, &:hover { + background: lighten($color_main, 10%); padding: 4px 20px; @include padding-left(2); color: $color-black-light; - background: lighten($color_main, 20%); - font-weight: weight(bold); + font-weight: weight(regular); + @include font-size(xs); + color: black; } } -- 2.39.5