From a557348b2143846b42767e570194d5fae1deddbe Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 11 Jun 2019 17:24:48 +0200 Subject: [PATCH] fix #8 --- components/Calendar.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/Calendar.vue b/components/Calendar.vue index 62d88cfd..b74c7b78 100644 --- a/components/Calendar.vue +++ b/components/Calendar.vue @@ -84,6 +84,9 @@ export default { align-self: center; } +.vc-opacity-0 { + opacity: 0.2 !important; +} /* .vc-highlight { color: red; height: 22px !important;