change all router link to= props into object based references, fix unfinished sceneIndex var refactor, separate quoteList href/hover highlights

This commit is contained in:
Xevion
2020-09-05 20:23:05 -05:00
parent b5a3499ef1
commit 62f4019666
5 changed files with 101 additions and 87 deletions

View File

@@ -22,9 +22,12 @@
.quote-list > tr {
white-space: nowrap;
&:hover, &.highlight {
&:hover {
background-color: $grey-4;
}
&.highlight {
background-color: $grey-5 !important;
}
}
.quote-text {
@@ -64,7 +67,7 @@ export default {
},
quotes: {
required: true,
type: Object,
type: Array,
},
},
methods: {