UX: changes CSS class added to local dates
This commit is contained in:
parent
ac034a6b2c
commit
9d2f855790
|
@ -77,7 +77,7 @@
|
|||
.html(html)
|
||||
.attr("title", joinedPreviews)
|
||||
.attr("data-tooltip", joinedPreviews)
|
||||
.addClass("cooked")
|
||||
.addClass("cooked-date")
|
||||
.find(".relative-time")
|
||||
.text(displayedTime);
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
&.cooked {
|
||||
&.cooked-date {
|
||||
color: $primary;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue