From 70a8ac6f99591f2474a8b84f3484e5b41cf2bd3b Mon Sep 17 00:00:00 2001 From: clawbot Date: Sat, 28 Feb 2026 08:29:12 -0800 Subject: [PATCH] style: dropdown menu with subtle grey hover and list padding Use bg-hover token for grey mouseover instead of full fg/bg inversion. Add py-1 padding to dropdown container and px-4 to items for proper list appearance with margin around items. --- src/popup/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index dee853c..4b60399 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -315,11 +315,11 @@