UX: changes CSS class added to local dates

This commit is contained in:
Joe 2018-10-09 15:04:42 +08:00 committed by GitHub
parent ac034a6b2c
commit 9d2f855790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
.html(html)
.attr("title", joinedPreviews)
.attr("data-tooltip", joinedPreviews)
.addClass("cooked")
.addClass("cooked-date")
.find(".relative-time")
.text(displayedTime);

View File

@ -2,7 +2,7 @@
display: inline-block;
vertical-align: top;
&.cooked {
&.cooked-date {
color: $primary;
font-weight: bold;
cursor: pointer;