aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-04-21 17:53:44 -0700
committerChris Rebert <[email protected]>2015-04-21 17:53:44 -0700
commitc256aca13cf6ff1c3c1d5933b28423bc144f1fc1 (patch)
tree70fb05276ba5e1cb0da08b56a98fdfc1e276be44
parentb5f3cd37f2d4b66256f05ad275bb4338e41a824f (diff)
downloadbootstrap-c256aca13cf6ff1c3c1d5933b28423bc144f1fc1.tar.xz
bootstrap-c256aca13cf6ff1c3c1d5933b28423bc144f1fc1.zip
https://github.com/necolas/normalize.css/pull/379 was rejected
Refs #15947
-rw-r--r--less/scaffolding.less3
1 files changed, 1 insertions, 2 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index 47b1d5a1a..1929bfc5c 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -155,8 +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;
-} \ No newline at end of file
+}