]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1549287 - Ghost selection on modal module headers
authorKohei Yoshino <kohei.yoshino@gmail.com>
Fri, 10 May 2019 03:21:12 +0000 (23:21 -0400)
committerDylan William Hardison <dylan@hardison.net>
Fri, 10 May 2019 03:21:12 +0000 (23:21 -0400)
extensions/BugModal/web/bug_modal.css

index af7fce9d5220c6414408e2e27f74e81c5c5ed560..908ff140f072d44f81187907d68addb6fc6d6289 100644 (file)
@@ -103,6 +103,9 @@ a.activity-ref {
 .module-latch {
     padding: 2px 10px;
     cursor: pointer;
+    -moz-user-select: none;
+    -webkit-user-select: none;
+    user-select: none;
 }
 
 .module-spinner {