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

Close icons

Summary: Icons for close or delete in action headers

Test Plan: photoshop, diffcamp

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

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

+95 -32
resources/sprite/actions_dark_1x/close.png

This is a binary file and will not be displayed.

resources/sprite/actions_dark_2x/close.png

This is a binary file and will not be displayed.

resources/sprite/actions_grey_1x/close.png

This is a binary file and will not be displayed.

resources/sprite/actions_grey_2x/close.png

This is a binary file and will not be displayed.

resources/sprite/actions_white_1x/close.png

This is a binary file and will not be displayed.

resources/sprite/actions_white_2x/close.png

This is a binary file and will not be displayed.

+15
resources/sprite/manifest/actions.json
··· 1 1 { 2 2 "version" : 1, 3 3 "sprites" : { 4 + "actions-close-dark" : { 5 + "name" : "actions-close-dark", 6 + "rule" : ".actions-close-dark, .device-desktop .actions-close-grey.phabricator-action-icon-item-link:hover", 7 + "hash" : "f04c5692010a6d96b6fa83a26d73737e" 8 + }, 9 + "actions-close-grey" : { 10 + "name" : "actions-close-grey", 11 + "rule" : ".actions-close-grey", 12 + "hash" : "22d7706066666cf0ba91f5ae4ef96f1f" 13 + }, 14 + "actions-close-white" : { 15 + "name" : "actions-close-white", 16 + "rule" : ".actions-close-white", 17 + "hash" : "8d6ad8fc33b0e9471dc2c6d4de6e7341" 18 + }, 4 19 "actions-flag-dark" : { 5 20 "name" : "actions-flag-dark", 6 21 "rule" : ".actions-flag-dark, .device-desktop .actions-flag-grey.phabricator-action-icon-item-link:hover",
+41 -5
src/__celerity_resource_map__.php
··· 513 513 ), 514 514 '/rsrc/image/sprite-actions-X2.png' => 515 515 array( 516 - 'hash' => 'dee876887537d0f941f89ea41adf6631', 517 - 'uri' => '/res/dee87688/rsrc/image/sprite-actions-X2.png', 516 + 'hash' => '92a9013097669d06db2e48724e7acdb3', 517 + 'uri' => '/res/92a90130/rsrc/image/sprite-actions-X2.png', 518 518 'disk' => '/rsrc/image/sprite-actions-X2.png', 519 519 'type' => 'png', 520 520 ), 521 521 '/rsrc/image/sprite-actions.png' => 522 522 array( 523 - 'hash' => '6b58724a27c34412edb421dc25b4b091', 524 - 'uri' => '/res/6b58724a/rsrc/image/sprite-actions.png', 523 + 'hash' => '1c4119f9e4d940d6881842a710de3839', 524 + 'uri' => '/res/1c4119f9/rsrc/image/sprite-actions.png', 525 525 'disk' => '/rsrc/image/sprite-actions.png', 526 526 'type' => 'png', 527 527 ), ··· 3639 3639 ), 3640 3640 'disk' => '/rsrc/css/application/ponder/vote.css', 3641 3641 ), 3642 + 'raphael-core' => 3643 + array( 3644 + 'uri' => '/res/3f48575a/rsrc/js/raphael/raphael.js', 3645 + 'type' => 'js', 3646 + 'requires' => 3647 + array( 3648 + ), 3649 + 'disk' => '/rsrc/js/raphael/raphael.js', 3650 + ), 3651 + 'raphael-g' => 3652 + array( 3653 + 'uri' => '/res/b07e5245/rsrc/js/raphael/g.raphael.js', 3654 + 'type' => 'js', 3655 + 'requires' => 3656 + array( 3657 + ), 3658 + 'disk' => '/rsrc/js/raphael/g.raphael.js', 3659 + ), 3660 + 'raphael-g-line' => 3661 + array( 3662 + 'uri' => '/res/a59c8556/rsrc/js/raphael/g.raphael.line.js', 3663 + 'type' => 'js', 3664 + 'requires' => 3665 + array( 3666 + ), 3667 + 'disk' => '/rsrc/js/raphael/g.raphael.line.js', 3668 + ), 3642 3669 'releeph-branch' => 3643 3670 array( 3644 3671 'uri' => '/res/6ad6420d/rsrc/css/application/releeph/releeph-branch.css', ··· 3740 3767 ), 3741 3768 'sprite-actions-css' => 3742 3769 array( 3743 - 'uri' => '/res/41ef6a23/rsrc/css/sprite-actions.css', 3770 + 'uri' => '/res/00b8f8bc/rsrc/css/sprite-actions.css', 3744 3771 'type' => 'css', 3745 3772 'requires' => 3746 3773 array( ··· 3836 3863 array( 3837 3864 ), 3838 3865 'disk' => '/rsrc/css/sprite-tokens.css', 3866 + ), 3867 + 'stripe-core' => 3868 + array( 3869 + 'uri' => '/res/3b0f0ad4/rsrc/js/stripe/stripe_core.js', 3870 + 'type' => 'js', 3871 + 'requires' => 3872 + array( 3873 + ), 3874 + 'disk' => '/rsrc/js/stripe/stripe_core.js', 3839 3875 ), 3840 3876 'stripe-payment-form-css' => 3841 3877 array(
+39 -27
webroot/rsrc/css/sprite-actions.css
··· 18 18 } 19 19 20 20 21 - .actions-flag-dark, .device-desktop .actions-flag-grey.phabricator-action-icon-item-link:hover { 21 + .actions-close-dark, .device-desktop .actions-close-grey.phabricator-action-icon-item-link:hover { 22 22 background-position: 0px 0px; 23 23 } 24 24 25 - .actions-heart-dark, .device-desktop .actions-heart-grey.phabricator-action-icon-item-link:hover { 25 + .actions-flag-dark, .device-desktop .actions-flag-grey.phabricator-action-icon-item-link:hover { 26 26 background-position: -25px 0px; 27 27 } 28 28 29 - .actions-move-dark, .device-desktop .actions-move-grey.phabricator-action-icon-item-link:hover { 29 + .actions-heart-dark, .device-desktop .actions-heart-grey.phabricator-action-icon-item-link:hover { 30 30 background-position: -50px 0px; 31 31 } 32 32 33 - .actions-new-dark, .device-desktop .actions-new-grey.phabricator-action-icon-item-link:hover { 33 + .actions-move-dark, .device-desktop .actions-move-grey.phabricator-action-icon-item-link:hover { 34 34 background-position: -75px 0px; 35 35 } 36 36 37 - .actions-search-dark, .device-desktop .actions-search-grey.phabricator-action-icon-item-link:hover { 37 + .actions-new-dark, .device-desktop .actions-new-grey.phabricator-action-icon-item-link:hover { 38 38 background-position: -100px 0px; 39 39 } 40 40 41 - .actions-settings-dark, .device-desktop .actions-settings-grey.phabricator-action-icon-item-link:hover { 41 + .actions-search-dark, .device-desktop .actions-search-grey.phabricator-action-icon-item-link:hover { 42 42 background-position: 0px -25px; 43 43 } 44 44 45 - .actions-star-dark, .device-desktop .actions-star-grey.phabricator-action-icon-item-link:hover { 45 + .actions-settings-dark, .device-desktop .actions-settings-grey.phabricator-action-icon-item-link:hover { 46 46 background-position: -25px -25px; 47 47 } 48 48 49 - .actions-tag-dark, .device-desktop .actions-tag-grey.phabricator-action-icon-item-link:hover { 49 + .actions-star-dark, .device-desktop .actions-star-grey.phabricator-action-icon-item-link:hover { 50 50 background-position: -50px -25px; 51 51 } 52 52 53 - .actions-wrench-dark, .device-desktop .actions-wrench-grey.phabricator-action-icon-item-link:hover { 53 + .actions-tag-dark, .device-desktop .actions-tag-grey.phabricator-action-icon-item-link:hover { 54 54 background-position: -75px -25px; 55 55 } 56 56 57 - .actions-flag-grey { 57 + .actions-wrench-dark, .device-desktop .actions-wrench-grey.phabricator-action-icon-item-link:hover { 58 58 background-position: -100px -25px; 59 59 } 60 60 61 - .actions-heart-grey { 61 + .actions-close-grey { 62 62 background-position: 0px -50px; 63 63 } 64 64 65 - .actions-move-grey { 65 + .actions-flag-grey { 66 66 background-position: -25px -50px; 67 67 } 68 68 69 - .actions-new-grey { 69 + .actions-heart-grey { 70 70 background-position: -50px -50px; 71 71 } 72 72 73 - .actions-search-grey { 73 + .actions-move-grey { 74 74 background-position: -75px -50px; 75 75 } 76 76 77 - .actions-settings-grey { 77 + .actions-new-grey { 78 78 background-position: -100px -50px; 79 79 } 80 80 81 - .actions-star-grey { 81 + .actions-search-grey { 82 82 background-position: 0px -75px; 83 83 } 84 84 85 - .actions-tag-grey { 85 + .actions-settings-grey { 86 86 background-position: -25px -75px; 87 + } 88 + 89 + .actions-star-grey { 90 + background-position: -50px -75px; 91 + } 92 + 93 + .actions-tag-grey { 94 + background-position: -75px -75px; 87 95 } 88 96 89 97 .actions-wrench-grey { 90 - background-position: -50px -75px; 98 + background-position: -100px -75px; 99 + } 100 + 101 + .actions-close-white { 102 + background-position: 0px -100px; 91 103 } 92 104 93 105 .actions-flag-white { 94 - background-position: -75px -75px; 106 + background-position: -25px -100px; 95 107 } 96 108 97 109 .actions-heart-white { 98 - background-position: -100px -75px; 110 + background-position: -50px -100px; 99 111 } 100 112 101 113 .actions-move-white { 102 - background-position: 0px -100px; 114 + background-position: -75px -100px; 103 115 } 104 116 105 117 .actions-new-white { 106 - background-position: -25px -100px; 118 + background-position: -100px -100px; 107 119 } 108 120 109 121 .actions-search-white { 110 - background-position: -50px -100px; 122 + background-position: 0px -125px; 111 123 } 112 124 113 125 .actions-settings-white { 114 - background-position: -75px -100px; 126 + background-position: -25px -125px; 115 127 } 116 128 117 129 .actions-star-white { 118 - background-position: -100px -100px; 130 + background-position: -50px -125px; 119 131 } 120 132 121 133 .actions-tag-white { 122 - background-position: 0px -125px; 134 + background-position: -75px -125px; 123 135 } 124 136 125 137 .actions-wrench-white { 126 - background-position: -25px -125px; 138 + background-position: -100px -125px; 127 139 }
webroot/rsrc/image/sprite-actions-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-actions.png

This is a binary file and will not be displayed.