mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Show timelines dates as clickable (#18580)
These two dates used to have the default cursor when hovering. This commit removes the 'cursor: default' CSS property.
This commit is contained in:
parent
beaf009b4a
commit
4b2cc2de1e
@ -212,7 +212,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.start-date {
|
.start-date {
|
||||||
@include unselectable;
|
|
||||||
color: var(--primary-med-or-secondary-med);
|
color: var(--primary-med-or-secondary-med);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -296,7 +295,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.now-date {
|
.now-date {
|
||||||
@include unselectable;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: var(--primary-med-or-secondary-med);
|
color: var(--primary-med-or-secondary-med);
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user