Email reader: don't search-pivot from From/To/Cc chips + accent search icon

- Window-level recipient-chip click handler now bails if the chip
  is inside .email-reader-meta — the per-reader handler still
  toggles the expanded-address view on click.
- The from-sender (magnifying glass) search button SVG is now
  tinted with var(--accent-primary) so it stands out as a deliberate
  search action against the neutral Reply / Forward / etc icons.
This commit is contained in:
pewdiepie-archdaemon
2026-06-11 22:05:40 +09:00
parent f569b9394e
commit 7e029db44a
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -28136,6 +28136,12 @@ button .spinner-whirlpool {
min-height: 0;
}
}
/* Accent-tint the email-search (from-sender) magnifying glass so
it reads as a deliberate search action against the other icons. */
.email-reader-actions-inline .reader-icon-btn[data-act="from-sender"] svg {
color: var(--accent-primary, var(--red));
stroke: var(--accent-primary, var(--red));
}
/* Gmail-style chevron collapsed view shows only From; the chevron
reveals the To/Cc details inline below. */
.email-reader-meta-toggle {