Fix activity link hover underline color (#4444)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina 2024-01-25 13:05:45 +04:00 committed by GitHub
parent 3ee98b67ff
commit 7ced4001f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,14 +67,15 @@
<Component is={objectPresenter.presenter} props={{ value: object, accent: true, shouldShowAvatar: false }} />
{:else}
{#await getValue(object) then value}
<span>
<span class="valueLink">
<DocNavLink
{object}
colorInherit
disabled={message.action === 'remove'}
component={objectPanel?.component ?? view.component.EditDoc}
shrink={0}
>
<span class="overflow-label select-text valueLink">{value}</span>
<span class="overflow-label select-text">{value}</span>
</DocNavLink>
{#if hasSeparator}
<span class="separator">,</span>