From 232e86d0b4e1a4ff0dc3aa4e6d75c14a54fa8ac8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Dec 2016 22:12:31 -0800 Subject: [PATCH] remove cursor: pointer shoutout https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b#.riy12ck0m --- scss/_buttons.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 2167f22c6c..5d28922365 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -11,7 +11,6 @@ text-align: center; white-space: nowrap; vertical-align: middle; - cursor: pointer; user-select: none; border: $input-btn-border-width solid transparent; @include button-size($btn-padding-y, $btn-padding-x, $font-size-base, $btn-border-radius);