From 4e2e39a96bd8c115f368d78c6aabb7aab84d848a Mon Sep 17 00:00:00 2001 From: Nick Kugaevsky Date: Thu, 25 Oct 2012 16:40:52 +0400 Subject: [PATCH] Fix selected indicator style for left panel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think it will be better to fix position of selected project indicator in left panel. So when you toggle project info it doesn't jump around, and info separator doesn't detach right border.  Here is some screenshots. Before: http://cl.ly/image/3v3L2w0K3S1K After:  http://cl.ly/image/200o3i1l1b3b  --- assets/styles/left/list.sass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/styles/left/list.sass b/assets/styles/left/list.sass index 5d3ec08d..336e96fb 100644 --- a/assets/styles/left/list.sass +++ b/assets/styles/left/list.sass @@ -66,11 +66,10 @@ span position: relative display: block - top: 50% + top: 25px left: -15px width: 20px height: 20px - margin-top: -11px border: 1px solid $color-border-normal @include rotate(45deg) @include box-shadow($color-border-normal 0 1px 8px 0)