mirror of
https://github.com/directus/directus.git
synced 2026-02-01 06:35:00 -05:00
fix nav colors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template functional>
|
||||
<div class="v-list-item-text type-text">
|
||||
<div class="v-list-item-text">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -103,16 +103,16 @@ Node: ${parsedInfo.value?.node.version}
|
||||
color: var(--foreground-subdued);
|
||||
transition: color var(--fast) var(--transition);
|
||||
}
|
||||
::v-deep .type-text {
|
||||
::v-deep .v-list-item-text {
|
||||
color: var(--foreground-subdued);
|
||||
transition: color var(--fast) var(--transition);
|
||||
}
|
||||
&:hover {
|
||||
.v-icon {
|
||||
color: var(--foreground-normal);
|
||||
color: var(--foreground-normal-alt);
|
||||
}
|
||||
::v-deep .type-text {
|
||||
color: var(--foreground-normal);
|
||||
::v-deep .v-list-item-text {
|
||||
color: var(--foreground-normal-alt);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user