diff --git a/app/assets/stylesheets/shared_styles/elements/checkboxes.scss b/app/assets/stylesheets/shared_styles/elements/checkboxes.scss index aeb6daaf9..abf80f66f 100644 --- a/app/assets/stylesheets/shared_styles/elements/checkboxes.scss +++ b/app/assets/stylesheets/shared_styles/elements/checkboxes.scss @@ -90,5 +90,13 @@ input[type="checkbox"].sci-checkbox { border: $border-tertiary; } } + + &:checked + .sci-checkbox-label { + &::before { + background-color: var(--sn-sleepy-grey); + border: 1px solid var(--sn-sleepy-grey); + + } + } } } diff --git a/app/javascript/vue/my_modules/list.vue b/app/javascript/vue/my_modules/list.vue index 835195161..64daed3b1 100644 --- a/app/javascript/vue/my_modules/list.vue +++ b/app/javascript/vue/my_modules/list.vue @@ -26,6 +26,7 @@ - +