From f13f6adc0bf9d903031ec276cc116670a203cf52 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 17 Jun 2013 13:43:30 +1000 Subject: [PATCH] cursor pointer should always be the case for ... not being pointer is an exception --- app/assets/stylesheets/foundation/base.css.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/foundation/base.css.scss b/app/assets/stylesheets/foundation/base.css.scss index 1d7b3f6f828..e2483d2cbfe 100644 --- a/app/assets/stylesheets/foundation/base.css.scss +++ b/app/assets/stylesheets/foundation/base.css.scss @@ -19,6 +19,7 @@ html { a { color: $link-color; text-decoration: none; + cursor: pointer; &:visited { color: $link-color-visited; } @@ -76,4 +77,4 @@ fieldset { margin: 0; border: 0; padding: 0; -} \ No newline at end of file +}