diff --git a/index.html b/index.html index a504b01..167b2b3 100644 --- a/index.html +++ b/index.html @@ -215,7 +215,8 @@
+ v-bind:class="[isItemInBundle(bundle_id, item.id, $index) ? 'is-success' : '',
+ !isItemInBundle(bundle_id, item.id, $index) && !isBundleComplete(bundle_id) ? 'is-danger' : '' ]">
@@ -290,7 +291,8 @@
+ v-bind:class="[isItemInBundle(bundle_id, item.id, $index) ? 'is-success' : '',
+ !isItemInBundle(bundle_id, item.id, $index) && !isBundleComplete(bundle_id) ? 'is-danger' : '' ]">
@@ -367,7 +369,8 @@