From 8fb83bc81e9410d84ec61158743336e85dba3c4e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Date: Sun, 22 Sep 2013 08:48:04 +0000 Subject: [PATCH] Fix hover for tree view --- app/assets/stylesheets/sections/tree.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/tree.scss b/app/assets/stylesheets/sections/tree.scss index ff31265bac1..3f163bc163c 100644 --- a/app/assets/stylesheets/sections/tree.scss +++ b/app/assets/stylesheets/sections/tree.scss @@ -65,7 +65,7 @@ } td { line-height: 20px; - background: #fff !important; + background: #fff; border-left: none; border-right: none; } @@ -125,4 +125,4 @@ .tree-ref-holder { float: left; margin-top: 5px; -} +} \ No newline at end of file -- GitLab