Commit f23d7d5
committed
docs(fix[widgets/mcp-install]): drop tab transition that flickered on theme resolve
The 120ms `transition: color, border-color, background` on
`.lm-mcp-install__tab` animated whenever Furo's CSS variables recomputed —
including the moment gp-sphinx's FOWT script set `body[data-theme]` and
unhid the body. `visibility:hidden` does not pause transitions, so the
in-flight animation tail leaked into view as a brief tab-BG flicker on
initial paint with a saved selection. Same failure mode gp-sphinx fixed on
Furo's `.sig` in 88f7a8b.
Tabs now snap on hover/click, matching that precedent. The prehydrate
machinery in `_prehydrate.py` (669fbc2) was already correct; nothing else
needed to change.1 parent f9e1fd5 commit f23d7d5
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
0 commit comments