diff --git a/app/assets/stylesheets/shared_styles/elements/checkboxes.scss b/app/assets/stylesheets/shared_styles/elements/checkboxes.scss index abf80f66f..f2a7850fe 100644 --- a/app/assets/stylesheets/shared_styles/elements/checkboxes.scss +++ b/app/assets/stylesheets/shared_styles/elements/checkboxes.scss @@ -35,7 +35,7 @@ input[type="checkbox"].sci-checkbox { &::before { @include font-awesome; animation-timing-function: $timing-function-sharp; - background: $color-white; + background: transparent; border: 1px solid var(--sn-black); border-radius: 1px; color: $color-white; diff --git a/app/javascript/vue/experiments/card.vue b/app/javascript/vue/experiments/card.vue index 0a1be59ab..ebfb3f9c6 100644 --- a/app/javascript/vue/experiments/card.vue +++ b/app/javascript/vue/experiments/card.vue @@ -1,6 +1,6 @@