Fix thumbnail hover
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
cf4102373b
commit
e6cb556ebf
@ -39,14 +39,16 @@
|
|||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host:hover > div {
|
:host(:hover) > div {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div>
|
<div class="layout vertical start">
|
||||||
[[item.name]]
|
<div>[[item.name]]</div>
|
||||||
|
<div>[[item.taken]]</div>
|
||||||
|
<div>[[item.pathname]]</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user