Joshua Shay Kricheli NeuroSymbolic AI
v2 v1

Release · v2.27.0

Hover/focus tooltips on icon-only and ambiguous…

feat(v3): hover/focus tooltips on icon-only and ambiguous controls

feat v2.27.0 June 30, 2026 Claude cd78ee1

Details

Adds a small data-tip primitive (::before pseudo-element, hover + keyboard
focus-visible) and applies it to controls whose meaning isn't fully carried
by their visible label or icon:
- The three floating glass toggles (gravity / weather / theme) — icon-only.
- The top-nav ⌘K "Jump to" chip — clarifies it opens a search palette.
- The v2 / v1 version chips — name the design each links to.
- The contact "Copy email" button — surfaces the address that'll be copied.
The version chip group lost its overflow:hidden (it was clipping tooltips);
the segmented pill is preserved by rounding the end chips individually.
The tooltip resets text-transform so chip-uppercase doesn't leak in.
Aria-labels are untouched — the tip is visual only. Reduced-motion drops
the fade transition.

Files changed (6)

frontend/jekyll/_includes/v3/contact.html +1 −1
frontend/jekyll/_includes/v3/nav.html +3 −3
frontend/jekyll/_layouts/v3.html +3 −3
frontend/jekyll/_sass/v3.scss +1 −0
frontend/jekyll/_sass/v3/_nav.scss +12 −1
frontend/jekyll/_sass/v3/_tooltip.scss +55 −0