1
0
Fork 0

Yellow highlight to checked spells

This commit is contained in:
Joe Wroten 2017-05-18 22:53:02 -05:00
parent 2234c2304a
commit 84efa5f654
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template>
<div>
<div v-bind:class="{'checked': checked}">
<div class="item-primary">
{{level}}
</div>

View file

@ -69,6 +69,10 @@ export default {
</script>
<style lang="stylus">
.toolbar > .q-picker-textfield
margin: 0 .75em
.toolbar > .q-picker-textfield
margin: 0 .75em
.list.striped .item:nth-child(2n).checked
background: #fff9c4
.list.striped .item:nth-child(2n+1).checked
background: #fffde7
</style>