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