aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2018-04-09 20:29:06 +0000
committerShpuld Shpludson <shp@cock.li>2018-04-09 20:29:06 +0000
commit716e37d95cd463ede4a5fbe91e7170515719a0fe (patch)
treeeb64b6f74aef25045b72d820bb11a949212c6b04 /src/components/status/status.js
parente409ca56e586217786f46cd1fdda8c4090f38aa3 (diff)
parentbf2d4516d59884c657feed4ebe16bf3f1357bda1 (diff)
Merge branch 'cssOverhaul' into 'develop'
Transition to CSS-variables for themes and stuff. See merge request pleroma/pleroma-fe!217
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 7397e80c..56fb2e27 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -55,11 +55,6 @@ const Status = {
},
muted () { return !this.unmuted && (this.status.user.muted || this.muteWordHits.length > 0) },
isReply () { return !!this.status.in_reply_to_status_id },
- borderColor () {
- return {
- borderBottomColor: this.$store.state.config.colors['base02']
- }
- },
isFocused () {
// retweet or root of an expanded conversation
if (this.focused) {