From: Kohei Yoshino Date: Thu, 6 Dec 2018 15:36:47 +0000 (-0500) Subject: Bug 1512424 - Comment Reply button is not working properly on Chrome X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e301828278e5130c4ab919d3ffa62b062c54f478;p=thirdparty%2Fbugzilla.git Bug 1512424 - Comment Reply button is not working properly on Chrome --- diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index c1ec87dd5..ad3fd481d 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -638,6 +638,10 @@ h3.change-name { color: #555; } +.comment-actions button.iconic .icon { + pointer-events: none; +} + .comment-actions button.iconic .icon::before { font-family: 'Material Icons'; font-size: 16px;