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:
@@ -85,9 +85,6 @@ export function SessionContextUsage(props: SessionContextUsageProps) {
|
|||||||
<span class="text-text-invert-strong">{cost()}</span>
|
<span class="text-text-invert-strong">{cost()}</span>
|
||||||
<span class="text-text-invert-base">{language.t("context.usage.cost")}</span>
|
<span class="text-text-invert-base">{language.t("context.usage.cost")}</span>
|
||||||
</div>
|
</div>
|
||||||
<Show when={variant() === "button"}>
|
|
||||||
<div class="text-11-regular text-text-invert-base mt-1">{language.t("context.usage.clickToView")}</div>
|
|
||||||
</Show>
|
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user