Fix navigator hover color [SCI-8423]

This commit is contained in:
Anton 2023-05-18 13:33:08 +02:00
parent cabd6bbed5
commit 6918bbd84a

View file

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