@@ -100,7 +100,8 @@ export default {
|
||||
}
|
||||
},
|
||||
currentCard() {
|
||||
return this.$route.params.cardId === this.id
|
||||
console.log(this.$route.params)
|
||||
return this.$route.params.cardId == this.id
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -151,10 +152,6 @@ export default {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.current-card {
|
||||
box-shadow: 0 0 3px 0 grey !important;
|
||||
}
|
||||
|
||||
.card {
|
||||
box-shadow: 0 0 3px 0 var(--color-box-shadow);
|
||||
border-radius: 3px;
|
||||
@@ -209,6 +206,10 @@ export default {
|
||||
height: 44px;
|
||||
}
|
||||
}
|
||||
|
||||
&.current-card {
|
||||
box-shadow: 0 0 6px 0 var(--color-box-shadow);
|
||||
}
|
||||
}
|
||||
|
||||
.compact {
|
||||
|
||||
Reference in New Issue
Block a user