From b7153ffa3cd63334f4f94cc9cda0525cdc45cf58 Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Thu, 4 Jun 2026 16:43:32 -0400 Subject: [PATCH 1/4] Fix card-selection border weight, transition sync, and Adorn tag grey peek MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three Adorn selection-overlay polish items from design review: CS-11329: in the card chooser, a selected item showed only the thin 1px button border — the intended teal ring never applied because it relied on AdornContext's :deep stroke rule, which the catalog item didn't pick up. Define the ring directly on `.catalog-item.adorn.selected` (4px highlight, darker on hover) so it stays full-weight whether or not the item is hovered. CS-11330: that ring faded in ~0.2s after the selection tag/chip (which render instantly), so the border lagged the tag. Set `transition: none` on the selected ring so the two appear together. CS-11331: the Adorn label tab cast a grey `drop-shadow` filter that peeked out past its clipped/rounded corners. Remove it. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../host/app/components/adorn/adorn-label.gts | 1 - .../app/components/card-search/item-button.gts | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/host/app/components/adorn/adorn-label.gts b/packages/host/app/components/adorn/adorn-label.gts index 225ce96a853..7bfb3065ef3 100644 --- a/packages/host/app/components/adorn/adorn-label.gts +++ b/packages/host/app/components/adorn/adorn-label.gts @@ -69,7 +69,6 @@ const AdornLabel: TemplateOnlyComponent =