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:
Bianca Nenciu 2022-10-13 14:24:41 +03:00 committed by GitHub
parent beaf009b4a
commit 4b2cc2de1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -212,7 +212,6 @@
}
.start-date {
@include unselectable;
color: var(--primary-med-or-secondary-med);
}
@ -296,7 +295,6 @@
}
.now-date {
@include unselectable;
display: inline-block;
color: var(--primary-med-or-secondary-med);
margin-top: 0.5em;