From 170455d6f6850d3b5eefdaab7b36c8c327ca8678 Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Sat, 26 Mar 2016 12:56:10 -0400 Subject: [PATCH] Remove opinionated cursor styles on buttons --- normalize.css | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/normalize.css b/normalize.css index b340fb7..d51d1a9 100644 --- a/normalize.css +++ b/normalize.css @@ -290,25 +290,6 @@ select { /* 1 */ text-transform: none; } -/** - * Change the cursor in all browsers (opinionated). - */ - -button, -[type="button"], -[type="reset"], -[type="submit"] { - cursor: pointer; -} - -/** - * Restore the default cursor to disabled elements unset by the previous rule. - */ - -[disabled] { - cursor: default; -} - /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4.