mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-30 02:32:42 +01:00
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:
parent
bfc5bb7c78
commit
5cb0f47761
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
*/
|
*/
|
||||||
.differential-haunt-mode-1 .differential-add-comment-panel,
|
.differential-haunt-mode-1 .differential-add-comment-panel,
|
||||||
.differential-haunt-mode-2 .differential-add-comment-panel {
|
.differential-haunt-mode-2 .differential-add-comment-panel {
|
||||||
|
background-color: #fff;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue