diff --git a/frontend/src/components/input/FormCheckbox.vue b/frontend/src/components/input/FormCheckbox.vue
index fae2fce7f..cefdd79b1 100644
--- a/frontend/src/components/input/FormCheckbox.vue
+++ b/frontend/src/components/input/FormCheckbox.vue
@@ -28,12 +28,33 @@ function handleChange(event: Event) {
diff --git a/frontend/src/styles/global.scss b/frontend/src/styles/global.scss
index c81699c02..c0957e425 100644
--- a/frontend/src/styles/global.scss
+++ b/frontend/src/styles/global.scss
@@ -35,7 +35,7 @@
// imports from "bulma-css-variables/sass/form/_all";
@import "bulma-css-variables/sass/form/shared";
@import "bulma-css-variables/sass/form/input-textarea";
-@import "bulma-css-variables/sass/form/checkbox-radio";
+// @import "bulma-css-variables/sass/form/checkbox-radio"; // ported into FormCheckbox.vue and local scoped styles in Avatar.vue + ViewEditForm.vue
@import "bulma-css-variables/sass/form/select";
// @import "bulma-css-variables/sass/form/file"; // not used; every file input is hidden and triggered via a custom button
@import "bulma-css-variables/sass/form/tools";
diff --git a/frontend/src/views/user/settings/Avatar.vue b/frontend/src/views/user/settings/Avatar.vue
index 33a338549..1b3ce46d1 100644
--- a/frontend/src/views/user/settings/Avatar.vue
+++ b/frontend/src/views/user/settings/Avatar.vue
@@ -181,3 +181,33 @@ function cropAvatar() {
background: var(--white);
}
+
+