From d8cfcab66bfa7c34af6567d007565225b76e450c Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 10 Oct 2022 16:00:37 -0400 Subject: [PATCH] WIP date picker update hover state, ID's. --- .../date-picker/date-picker.vue | 148 +++++++++--------- 1 file changed, 76 insertions(+), 72 deletions(-) diff --git a/src/common-components/date-picker/date-picker.vue b/src/common-components/date-picker/date-picker.vue index f2db85e42..2c88e8f03 100644 --- a/src/common-components/date-picker/date-picker.vue +++ b/src/common-components/date-picker/date-picker.vue @@ -16,145 +16,145 @@
FridayF
SaturdayS
- - + +
- - + +
- - + +
OCT
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
- - + +
@@ -295,7 +295,9 @@ export default { &:checked + label { color: $blue; //font-weight: 500; - background: $blue-100; + box-shadow: 0 0 0 3px #fff, 0 0 0 5.5px #1574a1; + background-color: $blue; + color: $white; } &:checked + label p, &:checked + label span { @@ -366,7 +368,9 @@ export default { &:hover { @include media-breakpoint-up(sm) { - box-shadow: 0 0 0 4px $blue-300; + box-shadow: 0 0 0 4px transparent; + background-color: $blue; + color: $white; } cursor: pointer; }