]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1585048 - "X new comments since last visit" text doesn't have click affordance
authorKohei Yoshino <kohei.yoshino@gmail.com>
Wed, 13 Nov 2019 15:47:59 +0000 (10:47 -0500)
committerdklawren <dklawren@users.noreply.github.com>
Wed, 13 Nov 2019 15:47:59 +0000 (10:47 -0500)
extensions/BugModal/web/bug_modal.css

index 1da42513c04d7fdeb56cb5f4aa53115d8c121be0..50ac9325229e48a4b105c99e6b8c10ffdc2a8f8e 100644 (file)
@@ -650,6 +650,7 @@ td.flag-requestee {
   opacity: 1;
   font-size: var(--font-size-small);
   text-align: center;
+  cursor: pointer;
   transition: all .2s 2s;
   will-change: transform; /* for performance */
 }