From 6c79c223fa7b83e6c42e00d6b9af5c044a3f1c7d Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 30 Sep 2025 01:08:51 -0700 Subject: [PATCH] Replace slow title tooltips with instant CSS tooltips MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace browser's default title tooltips (which have a 1-2 second delay) with custom CSS tooltips that appear instantly on hover. Uses data-tooltip attribute with CSS ::after pseudo-elements for immediate feedback. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/views/content/edit.html.erb | 52 ++++++++++++++++++++++++++++----- 1 file changed, 45 insertions(+), 7 deletions(-) diff --git a/app/views/content/edit.html.erb b/app/views/content/edit.html.erb index a49294a0..f284e49b 100644 --- a/app/views/content/edit.html.erb +++ b/app/views/content/edit.html.erb @@ -84,8 +84,8 @@ class="hidden lg:block fixed left-0 z-40" style="top: 132px;">