mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-29 17:27:31 +08:00
Fix navigator hover color [SCI-8423]
This commit is contained in:
parent
cabd6bbed5
commit
6918bbd84a
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…
Add table
Reference in a new issue