Skip to content

Commit

Permalink
fix(styles): add cursor pointer to links (#3759)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Aug 1, 2022
1 parent 5d0cd1b commit 9cae708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/mixins/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
}

@mixin fd-link() {
cursor: pointer;
color: var(--sapLinkColor);
text-shadow: var(--sapContent_TextShadow);
display: var(--fdLink_Display, inline-block);
Expand Down

0 comments on commit 9cae708

Please sign in to comment.