diff options
| author | Chris Rebert <[email protected]> | 2015-10-24 20:03:57 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-24 20:05:25 -0700 |
| commit | 50df64797c3931b8bf3f289e23b107936663ff41 (patch) | |
| tree | c0b945772d7e377430af75d78695b61785822f6f | |
| parent | 154ed7318109858339aa42c904b2f42dd3f59824 (diff) | |
| download | bootstrap-50df64797c3931b8bf3f289e23b107936663ff41.tar.xz bootstrap-50df64797c3931b8bf3f289e23b107936663ff41.zip | |
https://github.com/necolas/normalize.css/pull/379 was rejected
Refs #15947
Somehow c256aca13cf6ff1c3c1d5933b28423bc144f1fc1 got lost during the SCSS translation...
[skip sauce]
| -rw-r--r-- | scss/_reboot.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 42917e8da..7c5278519 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -199,7 +199,6 @@ img { // Fixes "clickability" issue (and more generally, the firing of events such as focus as well) // for traditionally non-focusable elements with role="button" // see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile -// Upstream patch for normalize.css submitted: https://github.com/necolas/normalize.css/pull/379 - remove this fix once that is merged [role="button"] { cursor: pointer; |
