Skip to content
Snippets Groups Projects
Commit 482f353f authored by HJ's avatar HJ :fire:
Browse files

make posts have highlight on higher level

parent 8b87d548
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@
v-if="!hideStatus"
ref="root"
class="Status"
:class="[{ '-focused': isFocused }, { '-conversation': inlineExpanded }]"
:class="[{ '-focused': isFocused }, { '-conversation': inlineExpanded }, userClass, { highlighted: userStyle, '-repeat': retweet && !inConversation }]"
:style="[ userStyle ]"
>
<div
v-if="error"
......@@ -120,8 +121,6 @@
<div
v-if="!deleted"
:class="[userClass, { highlighted: userStyle, '-repeat': retweet && !inConversation }]"
:style="[ userStyle ]"
class="status-container"
:data-tags="tags"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment