diff --git a/app/modules/epics/dashboard/story-row/story-row.scss b/app/modules/epics/dashboard/story-row/story-row.scss index df1e4f7d..9ecc112c 100644 --- a/app/modules/epics/dashboard/story-row/story-row.scss +++ b/app/modules/epics/dashboard/story-row/story-row.scss @@ -6,7 +6,6 @@ align-items: center; background: $white; border-bottom: 1px solid $whitish; - cursor: pointer; display: flex; margin-left: 4rem; transition: background .2s; @@ -24,6 +23,9 @@ } .name { flex-basis: 17.5vw; + a { + cursor: pointer; + } } .progress-bar, .progress-status { @@ -48,6 +50,9 @@ fill: $primary-light; } } + .project { + cursor: pointer; + } .project, .assigned { img {