Skip to content

Commit

Permalink
Graphically clarify home tiles are clickable. (#292)
Browse files Browse the repository at this point in the history
Tiles in docs landing pages currently have a normal cursor, even when
they are clickable.
With this change, the cursor will be a hand (like on links) when the
tile is clickable.
  • Loading branch information
stefano-ottolenghi authored Jan 13, 2025
1 parent 348a79c commit fcb6222
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/css/docs-ndl.css
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ body.docs-ndl .cards .sect2.selectable .description {
}

body.docs-ndl .cards .sect2.selectable a {
cursor: default;
text-decoration: solid;
}

Expand Down

0 comments on commit fcb6222

Please sign in to comment.