From 69c5782f6d768124fe53e89079630ba8b4822bbe Mon Sep 17 00:00:00 2001 From: inkfarer Date: Mon, 15 Jan 2024 11:36:42 +0200 Subject: [PATCH] Clickable spaces no longer show a pointer cursor --- src/components/iplSpace.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/iplSpace.vue b/src/components/iplSpace.vue index 6f32588..96e738b 100755 --- a/src/components/iplSpace.vue +++ b/src/components/iplSpace.vue @@ -51,7 +51,6 @@ button.ipl-space { box-sizing: border-box; width: 100%; user-select: none; - cursor: pointer; transition-property: background-color; transition-duration: constants.$transition-duration-low;