docs/css/normalize.scss in zurb-foundation-4.1.6 vs docs/css/normalize.scss in zurb-foundation-4.2.0
- old
+ new
@@ -314,19 +314,19 @@
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
- cursor: pointer; /* 3 */
+ cursor: $cursor-pointer-value; /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
- cursor: default;
+ cursor: $cursor-default-value;
}
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
\ No newline at end of file