diff options
| author | Patrick H. Lauke <[email protected]> | 2015-03-02 14:36:36 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-03-02 14:36:36 +0000 |
| commit | 9bbc0d76f5009645f8a8cc2f78c7e0e88ab0b1f9 (patch) | |
| tree | a8a678d65c8db9b8b778338e1ce75715fa17b015 | |
| parent | 4311e09b04763bd4efd20212dbee8c6c95df56dc (diff) | |
| download | bootstrap-9bbc0d76f5009645f8a8cc2f78c7e0e88ab0b1f9.tar.xz bootstrap-9bbc0d76f5009645f8a8cc2f78c7e0e88ab0b1f9.zip | |
Add upstream patch comment
| -rw-r--r-- | less/scaffolding.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index 532ca92d0..47b1d5a1a 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -155,6 +155,7 @@ hr { // 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; |
