diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-22 08:48:04 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-22 08:48:04 +0000 |
commit | 8fb83bc81e9410d84ec61158743336e85dba3c4e (patch) | |
tree | bb94bebd9b6abca597bc968d5110b6838ac4a9c4 | |
parent | 5367e42bd663cd8a66b364a2ce08c22a83800feb (diff) | |
download | gitlab-ce-8fb83bc81e9410d84ec61158743336e85dba3c4e.tar.gz |
Fix hover for tree view
-rw-r--r-- | app/assets/stylesheets/sections/tree.scss | 4 |
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 |