Fixed spell list tiles not being opaque
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user