From 2203553519bbb70045b14007d5b758fad3a217b0 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 11 Jun 2021 14:46:45 +0200 Subject: [PATCH] Use cursor pointer for buttons I'm usually not a fan of changing the default browser styles for things like the cursor image, but here it actually improves accessibility: it's clearer for the user what can be clicked on. Closes: https://todo.sr.ht/~emersion/gamja/81 --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index ec4ad34..5b7c3f2 100644 --- a/style.css +++ b/style.css @@ -67,6 +67,7 @@ button { border-color: var(--button-border); border-width: 1px; font-size: 0.8rem; + cursor: pointer; } button:hover { @@ -351,6 +352,7 @@ a.nick:hover, a.nick:active { details summary[role="button"] { user-select: none; + cursor: pointer; } #buffer {