Highlight comment bar for comments considered mentions (#3938)

Этот коммит содержится в:
Joram Wilander
2016-09-13 12:02:37 -04:00
коммит произвёл Corey Hulen
родитель 2031873cb1
Коммит 05af5d14b8
7 изменённых файлов: 40 добавлений и 36 удалений

Просмотреть файл

@@ -681,6 +681,11 @@ body.ios {
.post__body {
border-left: 4px solid $gray;
padding-left: 7px;
&.mention-comment {
border-left: 4px solid $yellow;
border-color: $yellow;
}
}
}