From 548990652dc23c77f075b54beb36953f067369eb Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Thu, 21 Nov 2019 15:11:06 +0000 Subject: [PATCH] Remove cursor:pointer from header-style mixin While it's true that most elements that use this mixin are also interactive, it is also used on static elements ... and here, having the explicit `cursor:pointer` mouse cursor (the "hand" one) is misleading and confusing, as it makes those static elements appear to be interactive/clickable to sighted mouse users. Closes #54 Closes #69 --- src/styles/mixins.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/mixins.scss b/src/styles/mixins.scss index e2e6a246d6..12469963d4 100644 --- a/src/styles/mixins.scss +++ b/src/styles/mixins.scss @@ -29,7 +29,6 @@ text-decoration: none; margin: 1rem 0; display: block; - cursor: pointer; } @mixin reset-list() {