diff options
author | Byron Jones <glob@mozilla.com> | 2016-01-07 04:32:55 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2016-01-07 04:32:55 +0100 |
commit | 9bc226afaf6c0108576f11d6a234ac48347dbbf5 (patch) | |
tree | c9fcce44e355725e8b3ffb3891fa236cd42dba2a /extensions/BugModal | |
parent | 8687348f8f8d09e27a0ee89dfe43c49779ced8ce (diff) | |
download | bugzilla-9bc226afaf6c0108576f11d6a234ac48347dbbf5.tar.gz bugzilla-9bc226afaf6c0108576f11d6a234ac48347dbbf5.tar.xz |
Bug 1232913 - The attachment links don't look like links
Diffstat (limited to 'extensions/BugModal')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index d895a63dd..29a0f1c4e 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -403,10 +403,6 @@ input[type="number"] { font-weight: bold; } -#attachments .attach-desc a { - color: #000; -} - #attachments .attach-info { font-size: 11px; } |