PICK SEA: gate PRV|NXT on .fyi-open like sig + fan
All checks were successful
ci/woodpecker/push/pyswiss Pipeline was successful
ci/woodpecker/push/main Pipeline was successful

stale "always visible" override in .sea-stat-block was leftover from before
the FYI panel became toggle-able. sea.js already adds/removes .fyi-open
on _openInfo/_closeInfo, so SCSS-only fix.

Code architected by Disco DeDisco <discodedisco@outlook.com>
Git commit message Co-Authored-By:
Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Disco DeDisco
2026-05-01 02:36:50 -04:00
parent 8b0ad545c9
commit 536a558f26

View File

@@ -1572,9 +1572,10 @@ $_sea-title-els: '.fan-card-name, .sig-qualifier-above, .sig-qualifier-below, .f
@include stat-block-shared;
// Sea's FYI panel is permanent (not hover-toggled), so its PRV/NXT nav
// buttons are always visible — overrides the mixin's hidden-by-default.
.fyi-prev, .fyi-next { display: inline-flex; }
// PRV/NXT only appear once the FYI tooltip is open (matches sig + fan).
&.fyi-open {
.fyi-prev, .fyi-next { display: inline-flex; }
}
}
@media (orientation: landscape) {