Skip to content

Commit

Permalink
Highlight stage direction in cue and script edit pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim020 committed Jul 15, 2024
1 parent 832083c commit e3aefd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
:key="`line_${lineIndex}_stage_direction`"
style="text-align: center"
>
<i class="viewable-line">{{ line.line_parts[0].line_text }}</i>
<i
class="viewable-line"
style="background-color: darkslateblue"
>
{{ line.line_parts[0].line_text }}
</i>
</b-col>
</template>
<template v-else>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@
:key="`line_${lineIndex}_stage_direction`"
style="text-align: center"
>
<i class="viewable-line">{{ line.line_parts[0].line_text }}</i>
<i
class="viewable-line"
style="background-color: darkslateblue"
>
{{ line.line_parts[0].line_text }}
</i>
</b-col>
</template>
<b-col
Expand Down

0 comments on commit e3aefd2

Please sign in to comment.