Skip to content

Commit

Permalink
Remove cursor:pointer from header-style mixin
Browse files Browse the repository at this point in the history
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 act-rules#54
Closes act-rules#69
  • Loading branch information
patrickhlauke authored Nov 21, 2019
1 parent d921547 commit 5489906
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
text-decoration: none;
margin: 1rem 0;
display: block;
cursor: pointer;
}

@mixin reset-list() {
Expand Down

0 comments on commit 5489906

Please sign in to comment.