Skip to content

Commit fe15b8f

Browse files
committed
Re-set cursor to default for disabled input and button.
1 parent f913304 commit fe15b8f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

normalize.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */
1+
/*! normalize.css 2012-01-31T13:28 UTC - http://github.com/necolas/normalize.css */
22

33
/* =============================================================================
44
HTML5 display definitions
@@ -365,6 +365,15 @@ input[type="submit"] {
365365
*overflow: visible; /* 3 */
366366
}
367367

368+
/*
369+
* Re-set default cursor for disabled elements
370+
*/
371+
372+
button[disabled],
373+
input[disabled] {
374+
cursor: default;
375+
}
376+
368377
/*
369378
* 1. Addresses box sizing set to content-box in IE8/9
370379
* 2. Removes excess padding in IE8/9

0 commit comments

Comments
 (0)