From 2bfb265291fc95a5ab58496ff6ed57f8b9357a92 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 13 Oct 2022 09:30:50 -0400 Subject: [PATCH] Moved div to inside label so month name was hoverable with label. Updated CSS accordingly. --- .../date-picker/date-picker.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/common-components/date-picker/date-picker.vue b/src/common-components/date-picker/date-picker.vue index 121f6ed89..e07f8d38c 100644 --- a/src/common-components/date-picker/date-picker.vue +++ b/src/common-components/date-picker/date-picker.vue @@ -43,8 +43,8 @@ -
OCT
@@ -168,8 +168,10 @@
- -
OCT
+ +
@@ -318,7 +320,7 @@ export default { &:after { background-color: $white; } - + .first-day { + .first-day { color: $white; } } @@ -331,7 +333,7 @@ export default { &:after { background-color: $white; } - + .first-day { + .first-day { color: $white; } } @@ -380,7 +382,7 @@ export default { position: absolute; top: 28px; } - + .first-day { + .first-day { color: $blue; } } @@ -414,7 +416,7 @@ export default { color: $white; } } - + .first-day { + .first-day { color: $white; } }