6ce1087262245e3d2d46198ac237d0d04126e1a3
max
  Tue Sep 21 04:50:49 2021 -0700
removing duplicated font-awesome integration into hgTracks, adding
folder icon as a tag without a font dependency, removing link
from the icon, and adding the icon to the config page, refs #28108

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index d581f7c..fef33ed 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -570,32 +570,33 @@
 .positionInput {
         padding: 7px; -moz-border-radius: 3px; border-radius: 3px;
         border: gray 1px solid;
 }
 
 .pennantIconText {
     text-decoration: none;
     text-transform: capitalize;
     font-size: 70%;
     font-style: italic;
     font-weight: bold;
     vertical-align: text-top;
 }
 
 i#folderIcon {
-        text-decoration: underline;
+        /* text-decoration: underline; */
         font-size: 80%;
+        color: #00457c; 
 }
 
 
 /*
    Styles for hgHubConnect (formerly in separate .css)
    by Greg Roe
    Last update: 2011-11-1 (greg)
 */
 
 #tabs {
 	font-size: 100%;
 	margin-top: 5px;
 }
 
 table.dataTable.compact thead th, table.dataTable.compact thead td