Skip to content

Commit c36a129

Browse files
committed
Remove cursor logic for event links
1 parent 82712cc commit c36a129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</v-sheet>
6666
</v-hover>
6767
<!-- REGULAR PERIOD -->
68-
<a v-else :key="pIndex" :style="{'text-decoration': 'none', 'cursor': (period.link ? 'pointer' : 'default')}">
68+
<a v-else :key="pIndex" :style="{'text-decoration': 'none'">
6969
<v-sheet v-if="period.link" class="period regular-period border caption text-center d-flex" :color="getColor(period.name) && getColor(period.name)+' lighten-5'" :height="period.duration+1" tile :tag="period.link ? 'a' : 'div'" :href="period.link || false" target="_blank" @mousemove.stop="onMouseMove">
7070
<v-layout :class="['content', {short: period.duration <= 50 || group.length > 1}, getColor(period.name) && getColor(period.name)+'--text text--darken-4']" column align-center justify-center>
7171
<div ref="periodNames" class="period-name">

0 commit comments

Comments
 (0)