aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-03-31 21:14:36 +0300
committerHenry Jameson <me@hjkos.com>2018-04-07 16:34:11 +0300
commitaa0564406a95824cc45c815571292716b65806a1 (patch)
treef3a282f88afe1e5ed6f9f08e0649bdf1bf2a892a /src/components/status/status.js
parent936ca1a38cc1b9206dea8970eda6885fc7d4391d (diff)
getting rid of baseXX, some small fixes. Seems to be usable.
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) {