diff options
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 8 |
1 files changed, 0 insertions, 8 deletions
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 { |