Reduce code duplication on comment editing UI

Summary: Ref T2009. This has two more copies of the scaffolding.

Test Plan: Created, edited, deleted, replied to inline comments.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T2009

Differential Revision: https://secure.phabricator.com/D12018
This commit is contained in:
epriestley
2015-03-08 14:00:08 -07:00
parent 082b7f95e6
commit 355142fcbf
3 changed files with 18 additions and 41 deletions

View File

@@ -423,13 +423,6 @@ td.cov-I {
text-decoration: none;
}
/* Create a wide band of color behind the inline edit interface so it is easy
to find by skimming the page while scrolling.
*/
tr.inline-comment-splint {
background: #f9f1d5;
}
tr.differential-inline-hidden {
display: none;
}