Skip to content

Commit 2a058f7

Browse files
patrickhlaukejeeyyy
authored andcommitted
fix: Remove cursor:pointer from header-style mixin (#73)
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
1 parent d921547 commit 2a058f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/styles/mixins.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
text-decoration: none;
3030
margin: 1rem 0;
3131
display: block;
32-
cursor: pointer;
3332
}
3433

3534
@mixin reset-list() {

0 commit comments

Comments
 (0)