mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00: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 {
|
||||
@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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user