06dd505658db9a9237b0eeba402b52aadfb25864
galt
  Wed Sep 3 15:46:36 2025 -0700
Make active Table Browser buttons on Table Browser in color. Makes obvious to users that identifiers, filters, and intersections have been created and will affgect the table browser output. fixes #22159

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 0c7eb9ea3a5..e6bf3d46f74 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -1232,15 +1232,27 @@
     line-height: 16px;
     vertical-align: top;
     display: inline-block;
     width: 16px;
     height: 16px;
     cursor: pointer;
     z-index: 10;
 }
 .hgTracksCloseIconLeft {
     left: 2px;
 }
 
 .hgTracksCloseIconRight {
     right: 2px;
 }
+
+#hgta_doClearFilter {
+    color: red;
+}
+
+#hgta_doClearIdentifiers {
+    color: red;
+}
+
+#hgta_doClearIntersect {
+    color: red;
+}