From 0bf04a2f4cc4675df0598bc2a4d604f442a36413 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 22 Apr 2026 09:31:38 +0530 Subject: Drop cursor: pointer from the button reset so the custom pointer SVG wins --- static/css/app.css | 7 +++---- static/cursors/cursor-pointer.svg | 8 +++++--- static/cursors/cursor.svg | 7 ++++--- 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'static') diff --git a/static/css/app.css b/static/css/app.css index 8d33846..87b753f 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -98,7 +98,7 @@ body { font-family: var(--font-body); font-size: var(--text-md); line-height: var(--leading-normal); - cursor: url('../cursors/cursor.svg') 9 9, auto; + cursor: url('../cursors/cursor.svg') 12 12, auto; } a, @@ -108,12 +108,12 @@ summary, select, [role='button'], [role='link'] { - cursor: url('../cursors/cursor-pointer.svg') 10 10, pointer; + cursor: url('../cursors/cursor-pointer.svg') 13 13, pointer; } input, textarea { - cursor: url('../cursors/cursor.svg') 9 9, text; + cursor: url('../cursors/cursor.svg') 12 12, text; } body { @@ -187,7 +187,6 @@ button { border: none; color: inherit; font: inherit; - cursor: pointer; padding: 0; } diff --git a/static/cursors/cursor-pointer.svg b/static/cursors/cursor-pointer.svg index 4c7cc91..9d7886b 100644 --- a/static/cursors/cursor-pointer.svg +++ b/static/cursors/cursor-pointer.svg @@ -1,4 +1,6 @@ - - - + + + + + diff --git a/static/cursors/cursor.svg b/static/cursors/cursor.svg index 832133b..dce509b 100644 --- a/static/cursors/cursor.svg +++ b/static/cursors/cursor.svg @@ -1,4 +1,5 @@ - - - + + + + -- cgit v1.2.3