mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
User Badges: better integrate with Removed Comments
Summary: The left part of a Removed Comment can contains User Badges that, after this change, are more consistent with the new general softness. | Before | Proposed | |------------|-----------| | {F277371} | {F277373} | Probably five people in a million will notice this change, BUT, these people will have a huge, deep, breath of relief, knowing that Phorge takes care about their obsessive-compulsive impulses, to have everything nice and consistent and neat. You are welcome! Closes T15235 Test Plan: - do something to deserve a Badge - share a Comment somewhere (Maniphest?) - delete that comment - check that the badge is slightly softer Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: speck, tobiaswiese, Matthew, Cigaryno Maniphest Tasks: T15235 Differential Revision: https://we.phorge.it/D25112
This commit is contained in:
parent
3a8ee271d9
commit
dad1b15a9c
2 changed files with 5 additions and 4 deletions
|
@ -9,7 +9,7 @@ return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'conpherence.pkg.css' => '0e3cf785',
|
'conpherence.pkg.css' => '0e3cf785',
|
||||||
'conpherence.pkg.js' => '020aebcf',
|
'conpherence.pkg.js' => '020aebcf',
|
||||||
'core.pkg.css' => '6590cb9f',
|
'core.pkg.css' => 'b239afaa',
|
||||||
'core.pkg.js' => '66c49ca1',
|
'core.pkg.js' => '66c49ca1',
|
||||||
'dark-console.pkg.js' => '187792c2',
|
'dark-console.pkg.js' => '187792c2',
|
||||||
'differential.pkg.css' => '609e63d4',
|
'differential.pkg.css' => '609e63d4',
|
||||||
|
@ -178,7 +178,7 @@ return array(
|
||||||
'rsrc/css/phui/phui-spacing.css' => 'b05cadc3',
|
'rsrc/css/phui/phui-spacing.css' => 'b05cadc3',
|
||||||
'rsrc/css/phui/phui-status.css' => '293b5dad',
|
'rsrc/css/phui/phui-status.css' => '293b5dad',
|
||||||
'rsrc/css/phui/phui-tag-view.css' => 'fb811341',
|
'rsrc/css/phui/phui-tag-view.css' => 'fb811341',
|
||||||
'rsrc/css/phui/phui-timeline-view.css' => 'cc554a79',
|
'rsrc/css/phui/phui-timeline-view.css' => '7f8659ec',
|
||||||
'rsrc/css/phui/phui-two-column-view.css' => 'f96d319f',
|
'rsrc/css/phui/phui-two-column-view.css' => 'f96d319f',
|
||||||
'rsrc/css/phui/workboards/phui-workboard-color.css' => '3a1c21ff',
|
'rsrc/css/phui/workboards/phui-workboard-color.css' => '3a1c21ff',
|
||||||
'rsrc/css/phui/workboards/phui-workboard.css' => '74fc9d98',
|
'rsrc/css/phui/workboards/phui-workboard.css' => '74fc9d98',
|
||||||
|
@ -880,7 +880,7 @@ return array(
|
||||||
'phui-status-list-view-css' => '293b5dad',
|
'phui-status-list-view-css' => '293b5dad',
|
||||||
'phui-tag-view-css' => 'fb811341',
|
'phui-tag-view-css' => 'fb811341',
|
||||||
'phui-theme-css' => '35883b37',
|
'phui-theme-css' => '35883b37',
|
||||||
'phui-timeline-view-css' => 'cc554a79',
|
'phui-timeline-view-css' => '7f8659ec',
|
||||||
'phui-two-column-view-css' => 'f96d319f',
|
'phui-two-column-view-css' => 'f96d319f',
|
||||||
'phui-workboard-color-css' => '3a1c21ff',
|
'phui-workboard-color-css' => '3a1c21ff',
|
||||||
'phui-workboard-view-css' => '74fc9d98',
|
'phui-workboard-view-css' => '74fc9d98',
|
||||||
|
|
|
@ -197,7 +197,8 @@
|
||||||
.phui-timeline-core-content .comment-deleted {
|
.phui-timeline-core-content .comment-deleted {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
.phui-timeline-shell-removed .phui-timeline-image {
|
.phui-timeline-shell-removed .phui-timeline-image,
|
||||||
|
.phui-timeline-shell-removed .phui-timeline-badges {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
.phui-timeline-shell-removed,
|
.phui-timeline-shell-removed,
|
||||||
|
|
Loading…
Reference in a new issue