c238a39a6b937ff44aa925539998029bc3429c62 gperez2 Thu Sep 4 12:11:58 2025 -0700 Adding red to the Clear buttons for Defined regions and Subtrack merge features, refs #22159 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index e6bf3d46f74..24b84361073 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -1244,15 +1244,23 @@ .hgTracksCloseIconRight { right: 2px; } #hgta_doClearFilter { color: red; } #hgta_doClearIdentifiers { color: red; } #hgta_doClearIntersect { color: red; } + +#hgta_doClearUserRegions { + color: red; +} + +#hgta_doClearSubtrackMerge { + color: red; +}