mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08:00
This reverts commit b98cd73ace
.
This commit is contained in:
parent
9662ca7ee4
commit
61c5916b2c
|
@ -579,9 +579,6 @@ export default createWidget("topic-timeline", {
|
|||
className: "start-date",
|
||||
rawLabel: timelineDate(createdAt),
|
||||
action: "jumpTop",
|
||||
attributes: {
|
||||
"data-tooltip": I18n.t("topic_entrance.sr_jump_top_button"),
|
||||
},
|
||||
})
|
||||
),
|
||||
this.attach("timeline-scrollarea", attrs),
|
||||
|
@ -591,9 +588,6 @@ export default createWidget("topic-timeline", {
|
|||
className: "now-date",
|
||||
rawLabel: bottomAge,
|
||||
action: "jumpBottom",
|
||||
attributes: {
|
||||
"data-tooltip": I18n.t("topic_entrance.sr_jump_bottom_button"),
|
||||
},
|
||||
})
|
||||
),
|
||||
];
|
||||
|
|
|
@ -214,7 +214,6 @@
|
|||
.start-date {
|
||||
@include unselectable;
|
||||
color: var(--primary-med-or-secondary-med);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.timeline-scrollarea {
|
||||
|
@ -301,7 +300,6 @@
|
|||
display: inline-block;
|
||||
color: var(--primary-med-or-secondary-med);
|
||||
margin-top: 0.5em;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user