fix(ui): add escape/click-away to close read-only comment popovers, 10px radius, remove 'Click to view context' text
parent
1080f37f9c
commit
ac204ed89d
|
|
@ -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>
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue