ux(timeline): different background for comment (#6021)
This commit is contained in:
parent
e88cbee727
commit
7362a0151f
2 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="media timeline-item {% if (data.user_content) { %} user-content {% } else { %} notification-content {% } %}" data-doctype="{{ data.doctype }}" data-name="{%= data.name %}">
|
||||
<div class="media timeline-item {% if (data.user_content) { %} user-content {% } else { %} notification-content {% } %}" data-doctype="{{ data.doctype }}" data-name="{%= data.name %}" data-communication-type = "{{ data.communication_type }}">
|
||||
{% if (data.user_content) { %}
|
||||
<span class="pull-left avatar avatar-medium hidden-xs" style="margin-top: 1px">
|
||||
{% if(data.user_info.image) { %}
|
||||
|
|
|
|||
|
|
@ -352,6 +352,12 @@ h6.uppercase, .h6.uppercase {
|
|||
}
|
||||
}
|
||||
|
||||
.timeline-item[data-communication-type="Comment"] {
|
||||
.reply {
|
||||
background-color: @light-yellow;
|
||||
}
|
||||
}
|
||||
|
||||
.timeline-items {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue