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 @@ - + {{ i18n.t("experiments.canvas.modal_manage_tags.head_title") }} + + {{ i18n.t("experiments.canvas.modal_manage_tags.head_title_read") }} + - + {{ i18n.t("experiments.canvas.modal_manage_tags.explanatory_text") }} - - + + {{ i18n.t("experiments.canvas.modal_manage_tags.project_tags", { project: this.projectName }) }} + + + + + + + + + + + {{ tag.attributes.name }} + + + + + + + a + + + + + + + a + + + + + + + + + + + + + + {{ i18n.t('experiments.canvas.modal_manage_tags.create_new') }} + + - - + + a - - + class="h-6 w-6 rounded relative flex items-center justify-center text-sn-white cursor-pointer" + @click.stop="newTag.color = color" + :style="{ backgroundColor: color }"> + + a - - updateTagName(value, tag)" - /> - - + + + - - - - - - {{ tag.attributes.name }} - - - - - - - - {{ i18n.t('experiments.canvas.modal_manage_tags.create_new') }} - + @@ -103,7 +132,7 @@ >