From 20aa2d1b377ea39572c0e2eb9c0372d972ec3580 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 12 Feb 2015 14:14:43 +0000 Subject: [PATCH] Add cursor to buttons by default --- scss/base/_forms.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/base/_forms.scss b/scss/base/_forms.scss index e751cc0..ab3bcfd 100755 --- a/scss/base/_forms.scss +++ b/scss/base/_forms.scss @@ -1,3 +1,7 @@ +button { + cursor: pointer; +} + input, select, textarea { @@ -44,4 +48,4 @@ textarea { } } } -} \ No newline at end of file +}