summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/pages/repo.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 90512d8bac4..d728697b8bc 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -786,7 +786,10 @@
top: 0;
bottom: 0;
width: 4px;
- background-color: $white-dark;
+
+ &:hover {
+ background-color: $white-normal;
+ }
&.drag-right {
right: 0;