fix(ui): add escape/click-away to close read-only comment popovers, 10px radius, remove 'Click to view context' text

This commit is contained in:
David Hill
2026-01-24 16:46:40 +00:00
parent 1080f37f9c
commit ac204ed89d

View File

@@ -85,9 +85,6 @@ export function SessionContextUsage(props: SessionContextUsageProps) {
<span class="text-text-invert-strong">{cost()}</span>
<span class="text-text-invert-base">{language.t("context.usage.cost")}</span>
</div>
<Show when={variant() === "button"}>
<div class="text-11-regular text-text-invert-base mt-1">{language.t("context.usage.clickToView")}</div>
</Show>
</div>
)