@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.

Add back green drag and drop text area highlight

Summary: Fixes T11884. Better specificity and color.

Test Plan: Drag and drop. Submit.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11884

Differential Revision: https://secure.phabricator.com/D16883

+6 -6
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '0b64e988', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '1478da1f', 12 + 'core.pkg.css' => '2f1ecc57', 13 13 'core.pkg.js' => '9dc857ed', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => 'a4ba74b5', ··· 140 140 'rsrc/css/phui/phui-document.css' => 'c32e8dec', 141 141 'rsrc/css/phui/phui-feed-story.css' => '44a9c8e9', 142 142 'rsrc/css/phui/phui-fontkit.css' => '9cda225e', 143 - 'rsrc/css/phui/phui-form-view.css' => '8769972e', 143 + 'rsrc/css/phui/phui-form-view.css' => '3fadd537', 144 144 'rsrc/css/phui/phui-form.css' => 'b8fb087a', 145 145 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 146 146 'rsrc/css/phui/phui-header-view.css' => '6ec8f155', ··· 856 856 'phui-font-icon-base-css' => '870a7360', 857 857 'phui-fontkit-css' => '9cda225e', 858 858 'phui-form-css' => 'b8fb087a', 859 - 'phui-form-view-css' => '8769972e', 859 + 'phui-form-view-css' => '3fadd537', 860 860 'phui-head-thing-view-css' => 'fd311e5f', 861 861 'phui-header-view-css' => '6ec8f155', 862 862 'phui-hovercard' => '1bd28176',
+3 -3
webroot/rsrc/css/phui/phui-form-view.css
··· 296 296 padding-bottom: 12px; 297 297 } 298 298 299 - .aphront-textarea-drag-and-drop { 300 - background: {$lightgreen}; 301 - border-color: {$green}; 299 + body .phui-form-view .remarkup-assist-textarea.aphront-textarea-drag-and-drop { 300 + background: {$sh-greenbackground}; 301 + border: 1px solid {$sh-greenborder}; 302 302 } 303 303 304 304 .aphront-form-crop .crop-box {