mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-12 09:20:45 +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"
|
<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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue