From: dklawren Date: Fri, 24 May 2019 03:39:02 +0000 (-0400) Subject: Bug 1553893 - Remove horizontal rule from summary section as well as when email notif... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7649e8fb28921e5dc8c63860d7de290a821065a;p=thirdparty%2Fbugzilla.git Bug 1553893 - Remove horizontal rule from summary section as well as when email notifications are sent --- diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index bf2f8af89..ad3e88084 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -255,7 +255,6 @@ input[type="number"] { } #field-status_summary { - border-top: 1px solid var(--secondary-region-border-color); padding-top: 6px; padding-bottom: 4px; color: var(--secondary-label-color); diff --git a/template/en/default/bug/create/created.html.tmpl b/template/en/default/bug/create/created.html.tmpl index 4adad2d59..f29d7bbd7 100644 --- a/template/en/default/bug/create/created.html.tmpl +++ b/template/en/default/bug/create/created.html.tmpl @@ -54,8 +54,6 @@
-
- [%# BMO: allow experimental UIs to replace show-header %] [% IF alt_ui_edit %] [% PROCESS $alt_ui_edit %]