From 1f5e3bd6d9880fdc1d2d8ba69df83b1179dce415 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 26 Mar 2015 13:06:33 +0800 Subject: Bug 1146906: remove background gradient from assignee and reporter changes --- extensions/BugModal/web/bug_modal.css | 8 -------- 1 file changed, 8 deletions(-) (limited to 'extensions') diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index e19803a8a..0ef8c7601 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -535,14 +535,6 @@ td.flag-requestee { text-decoration: line-through; } -.change-set .reporter { - background-image: linear-gradient(to right, #feb, rgba(0, 0, 0, 0) 150px); -} - -.change-set .assignee { - background-image: linear-gradient(to right, #ffc, rgba(0, 0, 0, 0) 150px); -} - /* add comment */ #add-comment { -- cgit v1.2.3-24-g4f1b