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

Fix 'Not Done' button hover state on inline comments

Summary: This rule was missing.

Test Plan: Test a comment where "Not Done" was present. Hover over button, it doesn't change.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

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

+11 -3
+2 -2
resources/celerity/map.php
··· 57 57 'rsrc/css/application/differential/add-comment.css' => 'c47f8c40', 58 58 'rsrc/css/application/differential/changeset-view.css' => 'f36406b1', 59 59 'rsrc/css/application/differential/core.css' => '7ac3cabc', 60 - 'rsrc/css/application/differential/phui-inline-comment.css' => '0cdae426', 60 + 'rsrc/css/application/differential/phui-inline-comment.css' => '7277be53', 61 61 'rsrc/css/application/differential/results-table.css' => '181aa9d9', 62 62 'rsrc/css/application/differential/revision-comment.css' => '024dda6b', 63 63 'rsrc/css/application/differential/revision-history.css' => '0e8eb855', ··· 790 790 'phui-image-mask-css' => '5a8b09c8', 791 791 'phui-info-panel-css' => '27ea50a1', 792 792 'phui-info-view-css' => 'c6f0aef8', 793 - 'phui-inline-comment-view-css' => '0cdae426', 793 + 'phui-inline-comment-view-css' => '7277be53', 794 794 'phui-list-view-css' => '2e25ebfb', 795 795 'phui-object-box-css' => 'd68ce5dc', 796 796 'phui-object-item-list-view-css' => '9db65899',
+9 -1
webroot/rsrc/css/application/differential/phui-inline-comment.css
··· 273 273 color: {$sky}; 274 274 } 275 275 276 - .differential-inline-comment.inline-state-is-draft 276 + .device-desktop .differential-inline-comment.inline-state-is-draft 277 277 .button-not-done:hover { 278 278 color: {$lightgreytext} !important; 279 279 background-color: transparent; 280 280 border-color: {$lightgreyborder}; 281 281 cursor: auto; 282 + } 283 + 284 + .device-desktop .differential-inline-comment .differential-inline-comment-head 285 + .simple.button.button-not-done:hover { 286 + color: {$sh-yellowicon}; 287 + background-color: transparent; 288 + border-color: {$sh-yellowborder}; 289 + cursor: auto; 282 290 } 283 291 284 292 .differential-inline-comment.inline-is-done .differential-inline-comment-head