File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments