Let a rich tooltip linger after the focus leaves too
Plan step 36. The rewrite moved the rich tooltip's pointer-leave grace from 200ms to M3's 1.5s — kept: the reference gives plain and rich tooltips the same 1.5s, and ACT-25 names this file's 200ms. Its header claimed the same for the focus, which still hid the bubble at once; the focus now leaves on the same 1.5s the plain tooltip uses, and the skill says so. The stylesheet header no longer cites chip.css and fab-menu.css for a pulled-back actions row neither has. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9
This commit is contained in:
co-authored by
Claude Opus 5
parent
32313e0fd9
commit
97ba035b68
@@ -5,9 +5,8 @@
|
||||
* RichTooltipTokens (androidx Compose Material 3, Apache-2.0): surface-container, the medium
|
||||
* corner, elevation 2, 312px wide at most, 16px either side, 12px above the subhead (or the text
|
||||
* when there is none) and 8px below it. Title-small subhead and body-medium text in
|
||||
* on-surface-variant, label-large actions in primary — the actions row pulls itself back to the
|
||||
* text's edge with a negative margin, the trick every text-button row in this package uses
|
||||
* (chip.css, fab-menu.css).
|
||||
* on-surface-variant, label-large actions in primary — the actions row pulls itself back 12px to
|
||||
* the text's edge, as the alert's actions row does (alert.css).
|
||||
*
|
||||
* Placed by CSS anchor positioning on `data-md-side`, corner-to-corner so the 312px bubble has
|
||||
* room to spread past a narrow trigger; `position-try-fallbacks` flips it when the window has no
|
||||
|
||||
Reference in New Issue
Block a user