Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit d05bd53

Browse files
authored
Merge pull request #18 from watson-developer-cloud/base-a-pointer
adding cursor: pointer styles to .base--a
2 parents 9224cbe + dad4a4d commit d05bd53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scss/lib/base/a/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
font-weight: 400;
66
text-decoration: none;
77
transition: 0.2s;
8+
cursor: pointer;
89

910
&:visited {
1011
color: color('gray', 90);

0 commit comments

Comments
 (0)