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 {
.diff-accept { background-color: #68be2e; }
.diff-reject { background-color: #ed1f24; }
.arrow-left { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-180-medium.png); }
.arrow-right { width: 16px; height: 20px; background: url(../../../../tz-tools/com/Branding/cpt-icons/arrow-000-medium.png); }
.arrow-link { width: 16px; height: 20px; display: block; }
td.diff-left:hover, td.diff-right:hover { cursor: pointer; }
\ No newline at end of file
......