@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove orphan CSS selectors in PHUIFormView

Summary:
* `aphront-form-drag-and-drop-upload`
** Usage removed in https://we.phorge.it/rPdd76143399d8b77a14baca44f99051aa6298e487
* `aphront-form-important`
** Usage removed in https://we.phorge.it/rPc585f97e90d2ff1e2713f613c2e56149ae37aaf6
* `aphront-form-control-togglebuttons`
** Usage removed in https://we.phorge.it/rPa1403183dfcfb6886cc75153044745d9cc70687b
* `aphront-form-control-image`
** Usage removed in https://we.phorge.it/rPa1403183dfcfb6886cc75153044745d9cc70687b
* `aphront-form-drag-and-drop-file-list`
** Usage removed in https://we.phorge.it/rPdd76143399d8b77a14baca44f99051aa6298e487
* `aphront-form-crop`
** Usage removed in https://we.phorge.it/rPa1403183dfcfb6886cc75153044745d9cc70687b

Extra children checks:

* `crop-box`
** Usage removed in https://we.phorge.it/rPa1403183dfcfb6886cc75153044745d9cc70687b
* `crop-image`
** Usage removed in https://we.phorge.it/rPa1403183dfcfb6886cc75153044745d9cc70687b and https://we.phorge.it/rP524906a4396a33974974977065bf0ae05ca7dc5c
* `default-image`
** Usage removed in https://we.phorge.it/rPa1403183dfcfb6886cc75153044745d9cc70687b

Test Plan: Grep the code for each CSS selector (`grep --exclude="*.css" -R 'some-search-string' .`), also do partial searches, 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/D25995

+3 -46
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '79a197f6', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => '74a21b5a', 12 + 'core.pkg.css' => '26b22d95', 13 13 'core.pkg.js' => '086da722', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => 'db7c5008', ··· 149 149 'rsrc/css/phui/phui-document.css' => '52b748a5', 150 150 'rsrc/css/phui/phui-feed-story.css' => 'a0c05029', 151 151 'rsrc/css/phui/phui-fontkit.css' => '1ec937e5', 152 - 'rsrc/css/phui/phui-form-view.css' => '006e386b', 152 + 'rsrc/css/phui/phui-form-view.css' => '1759b097', 153 153 'rsrc/css/phui/phui-form.css' => '8ea0227d', 154 154 'rsrc/css/phui/phui-formation-view.css' => 'd3956117', 155 155 'rsrc/css/phui/phui-head-thing.css' => 'd7f293df', ··· 825 825 'phui-font-icon-base-css' => 'e3b53e1e', 826 826 'phui-fontkit-css' => '1ec937e5', 827 827 'phui-form-css' => '8ea0227d', 828 - 'phui-form-view-css' => '006e386b', 828 + 'phui-form-view-css' => '1759b097', 829 829 'phui-formation-view-css' => 'd3956117', 830 830 'phui-head-thing-view-css' => 'd7f293df', 831 831 'phui-header-view-css' => 'e8aa5ae8',
-43
webroot/rsrc/css/phui/phui-form-view.css
··· 98 98 width: auto; 99 99 } 100 100 101 - .device-phone .aphront-form-drag-and-drop-upload { 102 - display: none; 103 - } 104 - 105 101 .aphront-form-required { 106 102 font-weight: normal; 107 103 color: {$lightgreytext}; ··· 181 177 padding: 12px 8px 8px; 182 178 } 183 179 184 - .aphront-form-important { 185 - margin: .5em 0; 186 - background: #ffffdd; 187 - padding: .5em 1em; 188 - } 189 - .aphront-form-important code { 190 - display: block; 191 - padding: .25em; 192 - margin: .5em 2em; 193 - } 194 - 195 180 .aphront-form-control-markup .aphront-form-input { 196 181 font-size: {$normalfontsize}; 197 182 padding: 3px 0; ··· 199 184 200 185 .aphront-form-control-static .aphront-form-input { 201 186 line-height: 28px; 202 - } 203 - 204 - .aphront-form-control-togglebuttons .aphront-form-input { 205 - padding: 2px 0 0 0; 206 187 } 207 188 208 189 table.aphront-form-control-radio-layout, ··· 244 225 color: {$bluetext}; 245 226 } 246 227 247 - .aphront-form-control-image span { 248 - margin: 0 4px 0 2px; 249 - } 250 - 251 - .aphront-form-control-image .default-image { 252 - display: inline; 253 - width: 12px; 254 - } 255 - 256 228 .aphront-form-input hr { 257 229 border: none; 258 230 background: #bbbbbb; ··· 276 248 border-bottom: 1px solid {$thinblueborder}; 277 249 } 278 250 279 - .aphront-form-drag-and-drop-file-list { 280 - width: 400px; 281 - } 282 - 283 251 body .phui-form-view .remarkup-assist-textarea.aphront-textarea-drag-and-drop { 284 252 background: {$sh-greenbackground}; 285 253 border: 1px solid {$sh-greenborder}; 286 - } 287 - 288 - .aphront-form-crop .crop-box { 289 - cursor: move; 290 - overflow: hidden; 291 - } 292 - 293 - .aphront-form-crop .crop-box .crop-image { 294 - position: relative; 295 - top: 0px; 296 - left: 0px; 297 254 } 298 255 299 256 .calendar-button {