mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix two minor CSS states with Done button
Summary: Fixes T7737, gets rid of not-done hover yellow, and removed the pointer on button-done state for reviewer. Test Plan: tested numerous states as reviewer and author. Rechecked done on a few items. Verify new states work. This still seems fragile. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7737 Differential Revision: https://secure.phabricator.com/D12313
This commit is contained in:
parent
ec12b710aa
commit
cefdca1644
2 changed files with 5 additions and 4 deletions
|
@ -57,7 +57,7 @@ return array(
|
||||||
'rsrc/css/application/differential/add-comment.css' => 'c47f8c40',
|
'rsrc/css/application/differential/add-comment.css' => 'c47f8c40',
|
||||||
'rsrc/css/application/differential/changeset-view.css' => 'e19cfd6e',
|
'rsrc/css/application/differential/changeset-view.css' => 'e19cfd6e',
|
||||||
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
'rsrc/css/application/differential/core.css' => '7ac3cabc',
|
||||||
'rsrc/css/application/differential/phui-inline-comment.css' => '7277be53',
|
'rsrc/css/application/differential/phui-inline-comment.css' => 'b7860d00',
|
||||||
'rsrc/css/application/differential/results-table.css' => '181aa9d9',
|
'rsrc/css/application/differential/results-table.css' => '181aa9d9',
|
||||||
'rsrc/css/application/differential/revision-comment.css' => '024dda6b',
|
'rsrc/css/application/differential/revision-comment.css' => '024dda6b',
|
||||||
'rsrc/css/application/differential/revision-history.css' => '0e8eb855',
|
'rsrc/css/application/differential/revision-history.css' => '0e8eb855',
|
||||||
|
@ -790,7 +790,7 @@ return array(
|
||||||
'phui-image-mask-css' => '5a8b09c8',
|
'phui-image-mask-css' => '5a8b09c8',
|
||||||
'phui-info-panel-css' => '27ea50a1',
|
'phui-info-panel-css' => '27ea50a1',
|
||||||
'phui-info-view-css' => 'c6f0aef8',
|
'phui-info-view-css' => 'c6f0aef8',
|
||||||
'phui-inline-comment-view-css' => '7277be53',
|
'phui-inline-comment-view-css' => 'b7860d00',
|
||||||
'phui-list-view-css' => '2e25ebfb',
|
'phui-list-view-css' => '2e25ebfb',
|
||||||
'phui-object-box-css' => 'd68ce5dc',
|
'phui-object-box-css' => 'd68ce5dc',
|
||||||
'phui-object-item-list-view-css' => '9db65899',
|
'phui-object-item-list-view-css' => '9db65899',
|
||||||
|
|
|
@ -274,8 +274,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.device-desktop .differential-inline-comment.inline-state-is-draft
|
.device-desktop .differential-inline-comment.inline-state-is-draft
|
||||||
.button-not-done:hover {
|
.differential-inline-comment-head .button.simple.button-not-done:hover {
|
||||||
color: {$lightgreytext} !important;
|
color: {$lightgreytext};
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: {$lightgreyborder};
|
border-color: {$lightgreyborder};
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
|
@ -294,6 +294,7 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: {$sky};
|
color: {$sky};
|
||||||
border-color: {$sky};
|
border-color: {$sky};
|
||||||
|
cursor: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.differential-inline-comment.inline-is-done .differential-inline-comment-head
|
.differential-inline-comment.inline-is-done .differential-inline-comment-head
|
||||||
|
|
Loading…
Reference in a new issue