diff --git a/src/styles/common-list-styles.scss b/src/styles/common-list-styles.scss index 2af95f21a..9e232f54d 100644 --- a/src/styles/common-list-styles.scss +++ b/src/styles/common-list-styles.scss @@ -6,10 +6,10 @@ position: fixed; width: 0; &:focus-visible + label { - box-shadow: 0 0 0 2px $blue; + box-shadow: 0 0 0 2.5px $blue inset; } &:focus + label { - box-shadow: 0 0 0 2px $blue; + box-shadow: 0 0 0 2.5px $blue inset; } &:checked + label { color: $black; @@ -29,6 +29,7 @@ border-radius: $border-radius-lg; border: 1px solid $gray-500; width: 100%; + &:hover { @include media-breakpoint-up(sm) { box-shadow: 0 0 0 4px $blue-100;