From 76071240d1aeaf3685bb1b9611933cc261ca3073 Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 17 Aug 2023 10:32:24 +0200 Subject: [PATCH] refs 5987 var-colors fixed --- src/components/ui/CardDescriptor.vue | 35 ++++------------ src/components/ui/CardList.vue | 60 +++++----------------------- src/components/ui/CardSummary.vue | 8 ---- src/css/quasar.variables.scss | 7 ---- src/pages/Ticket/TicketList.vue | 2 +- 5 files changed, 18 insertions(+), 94 deletions(-) diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue index 9bea934cc4..65a89ee288 100644 --- a/src/components/ui/CardDescriptor.vue +++ b/src/components/ui/CardDescriptor.vue @@ -127,7 +127,7 @@ watch($props, async () => { -
+
@@ -161,11 +161,12 @@ watch($props, async () => { display: flex; padding: 2px 16px; .label { - color: $label-color; + color: var(--vn-label); font-size: 12px; width: 47%; } .value { + color: var(--vn-text); font-size: 14px; margin-left: 12px; width: 47%; @@ -178,32 +179,9 @@ watch($props, async () => { } } } -body.body--light { - .descriptor { - .vn-label-value { - .label { - color: var(--vn-label); - } - .value { - color: var(--vn-text); - } - } - } -} diff --git a/src/components/ui/CardSummary.vue b/src/components/ui/CardSummary.vue index 1a603ec73b..b54e443980 100644 --- a/src/components/ui/CardSummary.vue +++ b/src/components/ui/CardSummary.vue @@ -66,14 +66,6 @@ watch(props, async () => {