b7951c4e839a7fcb1d761084ba1fba8a06089049
max
Wed Aug 26 01:52:20 2026 -0700
hgSession: use the outline floppy-disk icon for Overwrite, easier to recognize as save
diff --git src/hg/js/hgSession.js src/hg/js/hgSession.js
index 474beedc234..a1dda41235a 100644
--- src/hg/js/hgSession.js
+++ src/hg/js/hgSession.js
@@ -168,36 +168,39 @@
sessDt.rows().every(function() {
if (this.data().encName === enc) { found = this; }
});
return found;
}
// ---- table cell rendering ------------------------------------------------
// Inline icons (Font Awesome solid paths, embedded as SVG so they do not depend on the site's Font
// Awesome version). fill:currentColor picks up the button's text/danger color.
var SESS_TRASH_SVG = '';
-// Font Awesome "floppy-disk" (save) solid path.
-var SESS_SAVE_SVG = '';
+// Font Awesome "floppy-disk" (save) regular/outline path - reads more clearly as a save icon.
+var SESS_SAVE_SVG = '';
// Font Awesome "lock" solid path - marks a private (not-shared) session, since sharing is the default.
var SESS_LOCK_SVG = '';
function sessActionsHtml(row) {
// Order: Share, Edit, then the icon-only Overwrite (floppy) and Delete (trash).
var e = sessEnc(row.encName);
return '' +
'' +
'