From 93d3d8b084b7901c8c2c5cf4492b7f0ffb0bfd49 Mon Sep 17 00:00:00 2001 From: Phaneros <31861583+MatthewMarinets@users.noreply.github.com> Date: Fri, 14 Nov 2025 17:12:51 -0800 Subject: [PATCH] SC2: Fixing a gap in the ascendant upgrades in the tracker (#5570) --- WebHostLib/static/styles/sc2Tracker.css | 5 +---- WebHostLib/templates/tracker__Starcraft2.html | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/WebHostLib/static/styles/sc2Tracker.css b/WebHostLib/static/styles/sc2Tracker.css index 3048213e43..28a4e7bc8a 100644 --- a/WebHostLib/static/styles/sc2Tracker.css +++ b/WebHostLib/static/styles/sc2Tracker.css @@ -241,12 +241,9 @@ input[type="checkbox"]{ } /* Hidden items */ -.hidden-class:not(:has(img.acquired)){ +.hidden-class:not(:has(.f:not(.unacquired))), .hidden-item{ display: none; } -.hidden-item:not(.acquired){ - display:none; -} /* Keys */ #keys ol, #keys ul{ diff --git a/WebHostLib/templates/tracker__Starcraft2.html b/WebHostLib/templates/tracker__Starcraft2.html index 932f21505d..b023708f23 100644 --- a/WebHostLib/templates/tracker__Starcraft2.html +++ b/WebHostLib/templates/tracker__Starcraft2.html @@ -1599,7 +1599,7 @@