]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1553893 - Remove horizontal rule from summary section as well as when email notif...
authordklawren <dklawren@users.noreply.github.com>
Fri, 24 May 2019 03:39:02 +0000 (23:39 -0400)
committerGitHub <noreply@github.com>
Fri, 24 May 2019 03:39:02 +0000 (23:39 -0400)
extensions/BugModal/web/bug_modal.css
template/en/default/bug/create/created.html.tmpl

index bf2f8af8944b544af49d5a2033b0dd55e35d6734..ad3e880840be55fe14f403c321015caa7e48ef4a 100644 (file)
@@ -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);
index 4adad2d59cbd004a3694e2347879af846574cb47..f29d7bbd75d2c6fe1f5c88b004a4468733949cda 100644 (file)
@@ -54,8 +54,6 @@
 
 <br>
 
-<hr>
-
 [%# BMO: allow experimental UIs to replace show-header %]
 [% IF alt_ui_edit %]
   [% PROCESS $alt_ui_edit %]