Yellow highlight to checked spells
This commit is contained in:
parent
2234c2304a
commit
84efa5f654
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<div v-bind:class="{'checked': checked}">
|
||||
<div class="item-primary">
|
||||
{{level}}
|
||||
</div>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue