From 156009f9ad75cb0cf2fc1480573da2298bb46b91 Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Thu, 11 Jun 2026 20:06:22 +0900 Subject: [PATCH] Email library: magnifying glass inside the chip-bar search field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Absolutely-positioned 13px search SVG at the left edge of the chip bar (same circle+line glyph used elsewhere). Bar padding-left bumped 8→26 to leave room. pointer-events:none on the icon so clicks still land on the input, opacity 0.55 to match other muted prefix icons. --- static/js/emailLibrary.js | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/static/js/emailLibrary.js b/static/js/emailLibrary.js index 53134d0c1..8d9758f5d 100644 --- a/static/js/emailLibrary.js +++ b/static/js/emailLibrary.js @@ -874,7 +874,8 @@ export function openEmailLibrary(opts = {}) {