mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
hotfix
This commit is contained in:
@@ -28,13 +28,7 @@
|
||||
:data-terminated="timetableHistory.terminated"
|
||||
:data-fulfilled="timetableHistory.fulfilled"
|
||||
>
|
||||
{{
|
||||
timetableHistory.terminated
|
||||
? timetableHistory.fulfilled
|
||||
? '⦿'
|
||||
: '⦻'
|
||||
: '◯'
|
||||
}}
|
||||
⦿
|
||||
</span>
|
||||
#{{ timetableHistory.id }} |
|
||||
<b class="text--primary">{{ timetableHistory.trainCategoryCode }}</b>
|
||||
@@ -80,7 +74,7 @@
|
||||
})
|
||||
"
|
||||
>
|
||||
<img src="/public/images/icon-back.svg" alt="icon navigate to timetable" />
|
||||
<img src="/images/icon-back.svg" alt="icon navigate to timetable" />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -241,7 +235,15 @@ export default defineComponent({
|
||||
|
||||
.timetable-status-indicator {
|
||||
&[data-fulfilled='true'] {
|
||||
color: limegreen;
|
||||
color: lightgreen;
|
||||
}
|
||||
|
||||
&[data-terminated='false'] {
|
||||
color: lightblue;
|
||||
}
|
||||
|
||||
&[data-terminated='true'][data-fulfilled='false'] {
|
||||
color: lightcoral;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user