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 @@
font-weight: normal;
font-size: 16px;
line-height: 36px;
&.diff-collapsed {
padding: 5px;
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