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