diff --git a/src/client/app/common/views/components/visibility-chooser.vue b/src/client/app/common/views/components/visibility-chooser.vue
index 71e92a85f2..e37717f2cc 100644
--- a/src/client/app/common/views/components/visibility-chooser.vue
+++ b/src/client/app/common/views/components/visibility-chooser.vue
@@ -181,7 +181,7 @@ root(isDark)
 				background isDark ? #21242b : #ddd
 
 			&.active
-				cursor $theme-color-foreground
+				color $theme-color-foreground
 				background $theme-color
 
 			> *