From 5abd4e01422f9c35523fbea4914347ec02a9cd73 Mon Sep 17 00:00:00 2001 From: Chris Rebert <code@chrisrebert.com> Date: Thu, 12 Nov 2015 23:46:29 -0800 Subject: [PATCH] Ports c256aca13cf6ff1c3c1d5933b28423bc144f1fc1 to v4 Refs #15947, #17542 [ci skip] --- scss/_reboot.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index e4db70a9a1..58fd54c683 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -201,7 +201,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; -- GitLab