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

Restrict green button to buttons

Summary: Ref T12780. Button styles are bleeding over here on the icon, restrict to .button classes

Test Plan: uiexamples.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12780

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

authored by

Chad Little and committed by
chad
f8581f68 6295e378

+5 -5
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'ff161f2d', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => 'bb7f0446', 12 + 'core.pkg.css' => 'c56695d0', 13 13 'core.pkg.js' => '1475bd91', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => 'a2755617', ··· 140 140 'rsrc/css/phui/phui-basic-nav-view.css' => 'a0705f53', 141 141 'rsrc/css/phui/phui-big-info-view.css' => 'bd903741', 142 142 'rsrc/css/phui/phui-box.css' => '269cbc99', 143 - 'rsrc/css/phui/phui-button.css' => 'ccd8c6c5', 143 + 'rsrc/css/phui/phui-button.css' => 'e14854c3', 144 144 'rsrc/css/phui/phui-chart.css' => '6bf6f78e', 145 145 'rsrc/css/phui/phui-cms.css' => '504b4b23', 146 146 'rsrc/css/phui/phui-comment-form.css' => '57af2e14', ··· 815 815 'phui-basic-nav-view-css' => 'a0705f53', 816 816 'phui-big-info-view-css' => 'bd903741', 817 817 'phui-box-css' => '269cbc99', 818 - 'phui-button-css' => 'ccd8c6c5', 818 + 'phui-button-css' => 'e14854c3', 819 819 'phui-calendar-css' => '477acfaa', 820 820 'phui-calendar-day-css' => '572b1893', 821 821 'phui-calendar-list-css' => '576be600',
+2 -2
webroot/rsrc/css/phui/phui-button.css
··· 69 69 } 70 70 71 71 button.green, 72 - a.green, 73 - a.green:visited { 72 + a.green.button, 73 + a.green.button:visited { 74 74 background-color: {$green}; 75 75 border-color: {$green}; 76 76 background-image: linear-gradient(to bottom, #23BB5B, #139543);