e078d272 by mpenner

[UserMerger] Remove diff arrow styles (no longer needed) and show a cursor when …

…hovering over diff rows. refs #1524
1 parent 8221097a
...@@ -810,6 +810,4 @@ a.remove-option-group, a.remove-option { ...@@ -810,6 +810,4 @@ a.remove-option-group, a.remove-option {
810 810
811 .diff-accept { background-color: #68be2e; } 811 .diff-accept { background-color: #68be2e; }
812 .diff-reject { background-color: #ed1f24; } 812 .diff-reject { background-color: #ed1f24; }
813 .arrow-left { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-180-medium.png); } 813 td.diff-left:hover, td.diff-right:hover { cursor: pointer; }
814 .arrow-right { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-000-medium.png); }
815 .arrow-link { width: 16px; height: 20px; display: block; }
...\ No newline at end of file ...\ No newline at end of file
......