When a comment is removed, it is somehow even more visually prominent than all the other normal comments.
== Current situation ==
{F271411, size=full}
See that the removed comment is rendered just as any other usual comment - but - (apart from the fact that the body is in //italic// - and that is great, since I'm Italian) see that there is a very visible "**{icon trash} Trash**" icon on the left, with black background and white text - that makes the row even more prominent from the others.
I have not scientific proofs for that, but you see, that removed comment is like a black garbage can in a white room full of marble artworks. Probably, as soon as you enter that art gallery, your eyes trigger their focus on the garbage can instantly, even before noticing the nearby marble artworks.
== Proposal 1: "Kasper on Diet" ==
Preamble: seeing that a comment has been deleted, and by whom, is useful for auditing. This is why, nuking a deleted comment completely is therefore not in this proposal. But, We can make them a bit less visually impactful, in this way:
1. deleted comments could demand less vertical margin
2. deleted comments could be somewhat semi-transparent
Proof of concept:
{F271432, size=full}
As you can see from the above image, the above comment is not too much hidden. It's not in ninja mode too. It is just in a compromise state, still visible, but much //less// prominent. The user icon is in semi-transparency. The trash icon is not of a sparkling bright black anymore. The vertical padding was reduced too.
Proposed CSS:
```lang=css,name=kasper_diet.css
.phui-timeline-shell-removed .phui-timeline-icon-fill,
.phui-timeline-shell-removed .phui-timeline-image {
opacity: 0.5;
}
.phui-timeline-shell-removed,
.phui-timeline-shell-removed a,
.phui-timeline-shell-removed .phui-timeline-title {
color: rgba(0, 0, 0, 0.5);
}
.phui-timeline-shell-removed .phui-timeline-core-content {
padding:4px 16px !important;
}
```
NOTE: This CSS cannot work until this Task is merged: {T15191}
== Proposal 2: Decaying Curse ==
Preamble: Why we should try to "hide a bit" a removed comment, when we can light it up like a princess instead. Here the proposal:
{F271467, size=full}
```lang=css,name=decaying_curse.css
.phui-timeline-shell-removed {
border: 30px solid red;
transform: rotate(5deg);
position:relative;
z-index:-10;
}
```
NOTE: This CSS cannot work until this Task is merged: {T15191}
== Proposal 3: Liberating the Kraken ==
(Still needing a proposal for12 hours of work to finish thiss - sorry)
== Proposal 4: ... ==
...
----
Feel free to add more
Feel free to add another proposal or discuss the current ones and share your ideas.!