From 7a101b7364d7825cfed818d350bcc766af920c1f Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Fri, 5 Dec 2025 14:51:34 +0100 Subject: [PATCH] frontend: Fix cursor for anchors --- crates/frontend/public/assets/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crates/frontend/public/assets/style.css b/crates/frontend/public/assets/style.css index 2c1c2c1..b5083d4 100644 --- a/crates/frontend/public/assets/style.css +++ b/crates/frontend/public/assets/style.css @@ -53,6 +53,11 @@ a { color: var(--text-on-background-color); } +a, +button { + cursor: pointer; +} + header { background: var(--background-darker); min-height: 60px; @@ -239,10 +244,8 @@ ul.collection-list { z-index: 1; pointer-events: none; - a, button { pointer-events: all; - cursor: pointer; } .title {