Add background to haunted differential comment panel
Summary: Warning boxes in a haunted differential comment panel were showing up without a background (so the contents below were showing through). This adds the background. Test Plan: viewed haunted differential comment panel on a diff with lint errors and selected "accept revision". Confirmed that the diff and sidebar did not show through underneath the red warning box. Reviewers: epriestley, chad Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4154
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
*/
|
||||
.differential-haunt-mode-1 .differential-add-comment-panel,
|
||||
.differential-haunt-mode-2 .differential-add-comment-panel {
|
||||
background-color: #fff;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user