summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-22 08:48:04 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-22 08:48:04 +0000
commit8fb83bc81e9410d84ec61158743336e85dba3c4e (patch)
treebb94bebd9b6abca597bc968d5110b6838ac4a9c4
parent5367e42bd663cd8a66b364a2ce08c22a83800feb (diff)
downloadgitlab-ce-8fb83bc81e9410d84ec61158743336e85dba3c4e.tar.gz
Fix hover for tree view
-rw-r--r--app/assets/stylesheets/sections/tree.scss4
1 files 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