Skip to content

Commit ab3abb6

Browse files
committed
Merge pull request necolas#563 from necolas/fix/544
Remove opinionated cursor styles on buttons
2 parents 49a7a7d + 170455d commit ab3abb6

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

normalize.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -290,25 +290,6 @@ select { /* 1 */
290290
text-transform: none;
291291
}
292292

293-
/**
294-
* Change the cursor in all browsers (opinionated).
295-
*/
296-
297-
button,
298-
[type="button"],
299-
[type="reset"],
300-
[type="submit"] {
301-
cursor: pointer;
302-
}
303-
304-
/**
305-
* Restore the default cursor to disabled elements unset by the previous rule.
306-
*/
307-
308-
[disabled] {
309-
cursor: default;
310-
}
311-
312293
/**
313294
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
314295
* controls in Android 4.

0 commit comments

Comments
 (0)