From 4b2cc2de1e4abeb9db20e7c8620ff21e52e66d0f Mon Sep 17 00:00:00 2001 From: Bianca Nenciu Date: Thu, 13 Oct 2022 14:24:41 +0300 Subject: [PATCH] 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. --- app/assets/stylesheets/common/topic-timeline.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/common/topic-timeline.scss b/app/assets/stylesheets/common/topic-timeline.scss index b2c510e1b4a..fb707e5abfb 100644 --- a/app/assets/stylesheets/common/topic-timeline.scss +++ b/app/assets/stylesheets/common/topic-timeline.scss @@ -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;