Merge pull request #5432 from aignatov-bio/ai-sci-8423-fix-navigator-hover-color

Fix navigator archive color [SCI-8423]
This commit is contained in:
artoscinote 2023-05-18 16:46:55 +02:00 committed by GitHub
commit b10e5a4ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
<a :href="item.url"
class="text-ellipsis overflow-hidden hover:no-underline pr-3"
:class="{
'text-sn-grey': (!item.archived && archived)
'text-sn-science-blue-hover': (!item.archived && archived)
}">
<template v-if="item.archived">(A)</template>
{{ item.name }}