mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
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:
commit
b10e5a4ab8
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue