From 02ef6fc675b5ab0fc9318b8ec8830525adc4ec00 Mon Sep 17 00:00:00 2001 From: smcgrath0 Date: Tue, 11 Aug 2020 11:37:47 -0700 Subject: [PATCH 01/20] #144 fixed multinavigation comp dark themes --- .../apps/themecleanflex/components/navigation/template.vue | 2 +- .../jcr_root/content/themecleanflex/pages/css/palette.css | 4 ++++ .../content/themecleanflex/pages/css/palettes/dawn.css | 4 ++++ .../content/themecleanflex/pages/css/palettes/ocean.css | 4 ++++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ui.apps/src/main/content/jcr_root/apps/themecleanflex/components/navigation/template.vue b/ui.apps/src/main/content/jcr_root/apps/themecleanflex/components/navigation/template.vue index 72e3df678..1cb8b7afb 100644 --- a/ui.apps/src/main/content/jcr_root/apps/themecleanflex/components/navigation/template.vue +++ b/ui.apps/src/main/content/jcr_root/apps/themecleanflex/components/navigation/template.vue @@ -13,7 +13,7 @@ v-bind:href="child.childrenPages.length > 0 ? false : child.path +'.html'" v-bind:class="model.colorscheme === 'dark' ? 'text-gray-200 hover:bg-gray-200 hover:text-black' : 'text-black hover:bg-black hover:text-gray-200'">{{child.title}}
-
--> -