I posted this on the Decky GitHub assuming it might've been a CSS hiccup, but this visual glitch happened around the same time I updated my Steam Deck to the current version. Switching between Stable and Beta doesn't seem to resolve the issue, nor does clearing web cache, discarding the appcache folder, etc.
@kisak-valve, has it been resolved?
This issue has to do with .gpfocuswithin>.ZkD6We6MqGbOsa9K3yiY3, :hover~.ZkD6We6MqGbOsa9K3yiY3, .ZkD6We6MqGbOsa9K3yiY3._3tdVJpA0NVV1y7pIQ87DkB. It's an issue with the css code. It's selecting the capsule you're hovering over and also the one you aren't. Don't know how they messed that up.
Temp fix:
:not(.gpfocuswithin) > .ZkD6We6MqGbOsa9K3yiY3._3tdVJpA0NVV1y7pIQ87DkB{
opacity: 0;
transform: translateY(4px);
visibility: hidden;
transition-delay: 0s;
}
Nothing extracted yet.
System information
steamdeck_stablebranchholo/steamdeckvariant)Issue:
On the Steam Deck Home screen, the game carousel can display the title or metadata for the wrong game.
The currently selected game is correctly highlighted, but the large title text from the previously selected game remains visible elsewhere in the carousel.
I expected all title text and metadata to update immediately to match the currently highlighted game. Instead, the highlighted tile updates while part of the interface continues to display information from the previous game, resulting in an inconsistent selection state.
Steps for reproducing this issue: