From 536a558f2643333b082432fd88d3648c20cd8045 Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Fri, 1 May 2026 02:36:50 -0400 Subject: [PATCH] PICK SEA: gate PRV|NXT on .fyi-open like sig + fan 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 Git commit message Co-Authored-By: Claude Opus 4.7 (1M context) --- src/static_src/scss/_card-deck.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/static_src/scss/_card-deck.scss b/src/static_src/scss/_card-deck.scss index a999079..d0a3b94 100644 --- a/src/static_src/scss/_card-deck.scss +++ b/src/static_src/scss/_card-deck.scss @@ -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) {