d0d3ac9414a163b759edf2b028a4b50f4057dbc3
braney
  Fri Jun 12 09:02:21 2026 -0700
hgTracks quickLift: use trash-can icon for per-track remove

QA asked for the per-track remove control in a QuickLift group to match the
trash-can icon already used to delete custom tracks, instead of the red 'x',
so the two behave consistently. Factor the trash-can SVG into a shared
printTrashIcon() helper used by both the custom-track delete and the
quickLift remove, and drop the red tint so the quickLift icon matches.

refs #37535

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index c3817cece6a..7bee7f934a4 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -100,31 +100,30 @@
 .trackLabelTdBreakAll {
     word-break: break-all;
 }
 
 
 .trackDeleteIcon {
         margin-right: 4px;
         display: inline;
         cursor: pointer;
 }
 
 .quickLiftDelIcon {
         margin-right: 4px;
         display: inline;
         cursor: pointer;
-        color: #aa3333;
 }
 
 .controlButtons {
     margin-bottom: 6px;
 }
 
 .blueLink {
         color: #121E9A !important; 
         cursor: pointer;
 }
 
 span.link {
         color: #121E9A; 
         text-decoration: underline; 
         cursor: pointer