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

Revert all the user highlight stuff for now

parent a9c2d373
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,7 @@
v-if="!hideStatus"
ref="root"
class="Status"
:class="[{ '-focused': isFocused }, { '-conversation': inlineExpanded }, userClass, { highlighted: userStyle, '-repeat': retweet && !inConversation }]"
:style="[ userStyle ]"
:class="[{ '-focused': isFocused }, { '-conversation': inlineExpanded }]"
>
<div
v-if="error"
......@@ -121,6 +120,8 @@
<div
v-if="!deleted"
:class="[userClass, { highlighted: userStyle, '-repeat': retweet && !inConversation }]"
:style="[ userStyle ]"
class="status-container"
:data-tags="tags"
>
......
......@@ -27,11 +27,7 @@ const highlightStyle = (prefs) => {
}
} else if (type === 'solid') {
return {
backgroundImage: [
'repeating-linear-gradient(90deg,',
`${tintColor} ,`,
`${tintColor} 20px`
].join(' '),
backgroundColor: tintColor2,
...customProps
}
} else if (type === 'side') {
......
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