diff --git a/WebHostLib/static/styles/sc2Tracker.css b/WebHostLib/static/styles/sc2Tracker.css index 3048213e43cb..28a4e7bc8a22 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 932f21505d16..b023708f23d2 100644 --- a/WebHostLib/templates/tracker__Starcraft2.html +++ b/WebHostLib/templates/tracker__Starcraft2.html @@ -1599,7 +1599,7 @@