Commit d3653f07 authored by Annabel Dunstone's avatar Annabel Dunstone

Change bg color of collapsed diff to blue on hover

parent 905d60b4
...@@ -16,9 +16,14 @@ ...@@ -16,9 +16,14 @@
font-weight: normal; font-weight: normal;
font-size: 16px; font-size: 16px;
line-height: 36px; line-height: 36px;
&.diff-collapsed { &.diff-collapsed {
padding: 5px; padding: 5px;
cursor: pointer; cursor: pointer;
&:hover {
background-color: $row-hover;
}
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment