mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-18 08:13:39 -06:00
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user