Fixed spell list tiles not being opaque

This commit is contained in:
Stefan Zermatten
2020-07-26 19:47:44 +02:00
parent c7985af83b
commit bc001202ec

View File

@@ -1,5 +1,6 @@
<template lang="html">
<v-list-tile
class="spell"
v-on="hasClickListener ? {click} : {}"
>
<v-list-tile-avatar class="spell-avatar">
@@ -58,4 +59,7 @@ export default {
.spell-avatar {
min-width: 32px;
}
.spell {
background-color: inherit;
}
</style>