Remove orphan CSS selectors for differential-haunt-mode

Summary:
Added in rP29d8fc04e50b83fc7cf09f428ef905aa5e54e838.
Usage removed in rPb5722a99635adb513036b9741fccdfc61b5e4472.

Test Plan: Grep the code for "haunt". Get no results.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25997
This commit is contained in:
Andre Klapper 2025-05-08 01:24:56 +02:00
parent b7ff9ba6f8
commit 2ce2574785
4 changed files with 4 additions and 60 deletions

View file

@ -9,10 +9,10 @@ return array(
'names' => array(
'conpherence.pkg.css' => '79a197f6',
'conpherence.pkg.js' => '020aebcf',
'core.pkg.css' => 'e756bc36',
'core.pkg.css' => 'e4b109cc',
'core.pkg.js' => '086da722',
'dark-console.pkg.js' => '187792c2',
'differential.pkg.css' => '197dafe9',
'differential.pkg.css' => 'db7c5008',
'differential.pkg.js' => '46fcb3af',
'diffusion.pkg.css' => '354279ea',
'diffusion.pkg.js' => '78c9885d',
@ -65,7 +65,6 @@ return array(
'rsrc/css/application/differential/changeset-view.css' => '979e688c',
'rsrc/css/application/differential/core.css' => '7300a73e',
'rsrc/css/application/differential/phui-inline-comment.css' => 'bcbaff3d',
'rsrc/css/application/differential/revision-comment.css' => '745647df',
'rsrc/css/application/differential/revision-history.css' => '237a2979',
'rsrc/css/application/differential/table-of-contents.css' => 'bba788b9',
'rsrc/css/application/diffusion/diffusion-icons.css' => 'e812add2',
@ -108,7 +107,7 @@ return array(
'rsrc/css/core/core.css' => '83d97073',
'rsrc/css/core/remarkup.css' => '03b6c819',
'rsrc/css/core/syntax.css' => '548567f6',
'rsrc/css/core/z-index.css' => '23a7d2e2',
'rsrc/css/core/z-index.css' => '56fbe5ba',
'rsrc/css/diviner/diviner-shared.css' => '4bd263b0',
'rsrc/css/font/font-awesome.css' => 'a8d83a0c',
'rsrc/css/font/font-lato.css' => '23631304',
@ -559,7 +558,6 @@ return array(
'differential-changeset-view-css' => '979e688c',
'differential-core-view-css' => '7300a73e',
'differential-revision-add-comment-css' => '7e5900d9',
'differential-revision-comment-css' => '745647df',
'differential-revision-history-css' => '237a2979',
'differential-table-of-contents-css' => 'bba788b9',
'diffusion-css' => 'e46232d6',
@ -802,7 +800,7 @@ return array(
'phabricator-title' => '43bc9360',
'phabricator-tooltip' => '83754533',
'phabricator-ui-example-css' => '549e220b',
'phabricator-zindex-css' => '23a7d2e2',
'phabricator-zindex-css' => '56fbe5ba',
'phame-css' => '209125c7',
'pholio-css' => '10ac89b5',
'pholio-edit-css' => '4df55b3b',
@ -2392,7 +2390,6 @@ return array(
'differential-changeset-view-css',
'differential-revision-history-css',
'differential-table-of-contents-css',
'differential-revision-comment-css',
'differential-revision-add-comment-css',
'phabricator-object-selector-css',
'phabricator-content-source-view-css',

View file

@ -188,7 +188,6 @@ return array(
'differential-changeset-view-css',
'differential-revision-history-css',
'differential-table-of-contents-css',
'differential-revision-comment-css',
'differential-revision-add-comment-css',
'phabricator-object-selector-css',
'phabricator-content-source-view-css',

View file

@ -1,47 +0,0 @@
/**
* @provides differential-revision-comment-css
*/
/* Spooky haunted panel which floats on the bottom of the screen.
Haunt modes are:
- Mode 1: Just the comment box.
- Mode 2: Comment box, comment preview, and inline comment previews.
*/
.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;
right: 0;
left: 0;
overflow: auto;
max-height: 375px;
margin: 0;
box-shadow: 0 0 4px #000;
}
.differential-haunt-mode-1 .differential-add-comment-panel .phui-box,
.differential-haunt-mode-2 .differential-add-comment-panel .phui-box {
margin: 0;
border-width: 0;
}
.differential-haunt-mode-2 .differential-add-comment-panel {
max-height: 75%;
}
.differential-haunt-mode-1 .differential-add-comment-panel .phui-header-shell,
.differential-haunt-mode-2 .differential-add-comment-panel .phui-header-shell {
display: none;
}
.differential-haunt-mode-1 .aphront-panel-preview {
display: none;
}
.differential-haunt-mode-1 {
padding-bottom: 250px;
}

View file

@ -89,11 +89,6 @@ div.phui-calendar-day-event {
z-index: 8;
}
.differential-haunt-mode-1 .differential-add-comment-panel,
.differential-haunt-mode-2 .differential-add-comment-panel {
z-index: 8;
}
.remarkup-assist-pinned {
z-index: 8;
}