eb46c5c609a428f18202c6518ae97f5642e048e5
chmalee
  Tue Jul 2 11:34:22 2024 -0700
Change open in new window icon on hgTracks hgc pop up to match the hgBlat open in new window icon, refs #33216

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index eb41eb2..32b7a14 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -1167,19 +1167,19 @@
     visibility: visible;
     opacity: 0.9;
 }
 
 .chainBreak {
     display: grid;
     grid-template-columns: max-content max-content;
     row-gap: 10px;
 }  
 
 .dialogNewWindowIcon {
     position: absolute;
     right: 1.4em;
     top: 50%;
     width: 19px;
-    margin: -10px 0 0 0;
+    margin: -8px 0 0 0;
     padding: 1px;
     height: 18px;
 }