diff --git a/src/components/list/DictItem.vue b/src/components/list/DictItem.vue index da226f50..6dbbd768 100644 --- a/src/components/list/DictItem.vue +++ b/src/components/list/DictItem.vue @@ -86,11 +86,6 @@ const emit = defineEmits<{ &.active { background: var(--color-item-active); - color: var(--color-font-active-1); - - .desc { - color: var(--color-font-active-2); - } } &:hover {