0ff5f19b29ae3b3da4096e1ed1a4b49a4215c8a3
max
  Wed Aug 26 01:53:57 2026 -0700
hgSession: enlarge the action-row icons (13->17px) so the save/trash glyphs are easier to read

diff --git src/hg/htdocs/style/hgSession.css src/hg/htdocs/style/hgSession.css
index b4805dc1012..f676de31f9b 100644
--- src/hg/htdocs/style/hgSession.css
+++ src/hg/htdocs/style/hgSession.css
@@ -54,31 +54,31 @@
 #sessionAppTable thead th, #sessionAppTable tbody td { text-align:left; }
 /* Bulk-select checkbox column (hidden until "Select" is pressed). */
 #sessionAppTable td.sessSelCol, #sessionAppTable th.sessSelCol { width:26px; text-align:center; }
 #sessionAppTable td.sessNameCol a { font-weight:700; }
 /* Saved region (band, locus, Mbp position), shown inline after the assembly at normal text
  * size and color, separated by whitespace. */
 #sessionAppTable .sessPos { white-space:nowrap; }
 #sessionAppTable td.sessDescCol { max-width:280px; white-space:nowrap; overflow:hidden;
     text-overflow:ellipsis; color:var(--muted); }
 #sessionAppTable td.sessActionsCol { white-space:nowrap; }
 /* All action controls (text and icon-only) share one height so they line up. */
 #sessionAppTable td.sessActionsCol .gbPill { display:inline-flex; align-items:center;
     justify-content:center; height:24px; padding:0 9px; font-size:12px; margin-left:5px;
     box-sizing:border-box; vertical-align:middle; }
 #sessionAppTable td.sessActionsCol .gbPill.danger { padding:0 8px; }
-#sessionAppTable .sessIcon { width:13px; height:14px; display:block; }
+#sessionAppTable .sessIcon { width:17px; height:17px; display:block; }
 #sessionAppTable .sessShareIcon { vertical-align:-2px; margin-right:4px; }
 #sessionAppTable .sessPublic { display:inline-block; margin-left:6px; font-size:11px; font-weight:700;
     color:#1f7a34; }
 /* Lock marks a private (not-shared) session; sharing is the default so only the exception is marked. */
 #sessionAppTable .sessLockWrap { margin-left:6px; cursor:help; }
 #sessionAppTable .sessLock { width:10px; height:12px; display:inline-block; vertical-align:-2px;
     color:var(--muted); }
 
 /* Advanced collapsible - the rarer load/backup/reset options.  Collapsed it is a thin bar; sits
  * between the save card and the sessions table. */
 #sessionApp .sessAdv { border:0; margin:0 0 20px; }
 #sessionApp .sessAdvHead { display:flex; align-items:center; gap:9px; padding:11px 14px;
     background:#f6f8fa; cursor:pointer; font-size:14px; font-weight:700; color:var(--accent);
     user-select:none; }
 #sessionApp .sessAdvHead .caret { width:12px; display:inline-block; }