From dad4a4dc23567ae5053419caefa1ff36014fa44e Mon Sep 17 00:00:00 2001 From: Nathan Friedly Date: Mon, 9 Jan 2017 16:38:14 -0500 Subject: [PATCH] adding cursor: pointer styles to base--a (so that it can be applied to other elements, such as a ) --- src/scss/lib/base/a/_mixins.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/lib/base/a/_mixins.scss b/src/scss/lib/base/a/_mixins.scss index fb3ed3d..7a63d5b 100755 --- a/src/scss/lib/base/a/_mixins.scss +++ b/src/scss/lib/base/a/_mixins.scss @@ -5,6 +5,7 @@ font-weight: 400; text-decoration: none; transition: 0.2s; + cursor: pointer; &:visited { color: color('gray', 90);