Clean up dead code
This commit is contained in:
parent
0e323ef248
commit
415a823af0
3 changed files with 0 additions and 9 deletions
|
@ -145,8 +145,6 @@ const conversation = {
|
||||||
|
|
||||||
return sortAndFilterConversation(conversation, this.status)
|
return sortAndFilterConversation(conversation, this.status)
|
||||||
},
|
},
|
||||||
conversationDive () {
|
|
||||||
},
|
|
||||||
statusMap () {
|
statusMap () {
|
||||||
return this.conversation.reduce((res, s) => {
|
return this.conversation.reduce((res, s) => {
|
||||||
res[s.id] = s
|
res[s.id] = s
|
||||||
|
|
|
@ -230,7 +230,6 @@
|
||||||
}
|
}
|
||||||
.thread-ancestor-dive-box-inner {
|
.thread-ancestor-dive-box-inner {
|
||||||
padding: $status-margin;
|
padding: $status-margin;
|
||||||
//border-left: 2px solid var(--border, $fallback--border);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.conversation-status {
|
.conversation-status {
|
||||||
|
@ -263,10 +262,5 @@
|
||||||
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
|
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
|
||||||
border-bottom: 1px solid var(--border, $fallback--border);
|
border-bottom: 1px solid var(--border, $fallback--border);
|
||||||
}
|
}
|
||||||
/* &.-expanded { */
|
|
||||||
/* .conversation-status:last-child { */
|
|
||||||
/* border-bottom: none; */
|
|
||||||
/* } */
|
|
||||||
/* } */
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -119,7 +119,6 @@
|
||||||
|
|
||||||
.thread-tree-replies-hidden {
|
.thread-tree-replies-hidden {
|
||||||
padding: $status-margin;
|
padding: $status-margin;
|
||||||
//border-top: 1px solid var(--border, $fallback--border);
|
|
||||||
/* Make the button stretch along the whole row */
|
/* Make the button stretch along the whole row */
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
Loading…
Reference in a new issue